@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH -------------------------- */
@font-face { font-family: 'FontAwesome'; src: url("../fonts/fontawesome-webfont.eot?v=4.7.0"); src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; }
.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; }

.fa-2x { font-size: 2em; }

.fa-3x { font-size: 3em; }

.fa-4x { font-size: 4em; }

.fa-5x { font-size: 5em; }

.fa-fw { width: 1.28571429em; text-align: center; }

.fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; }

.fa-ul > li { position: relative; }

.fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; }

.fa-li.fa-lg { left: -1.85714286em; }

.fa-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; }

.fa-pull-left { float: left; }

.fa-pull-right { float: right; }

.fa.fa-pull-left { margin-right: .3em; }

.fa.fa-pull-right { margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right { float: right; }

.pull-left { float: left; }

.fa.pull-left { margin-right: .3em; }

.fa.pull-right { margin-left: .3em; }

.fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; }

.fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
@keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
.fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

.fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }

.fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }

.fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; }

.fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; }

.fa-stack-1x { line-height: inherit; }

.fa-stack-2x { font-size: 2em; }

.fa-inverse { color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.fa-glass:before { content: "\f000"; }

.fa-music:before { content: "\f001"; }

.fa-search:before { content: "\f002"; }

.fa-envelope-o:before { content: "\f003"; }

.fa-heart:before { content: "\f004"; }

.fa-star:before { content: "\f005"; }

.fa-star-o:before { content: "\f006"; }

.fa-user:before { content: "\f007"; }

.fa-film:before { content: "\f008"; }

.fa-th-large:before { content: "\f009"; }

.fa-th:before { content: "\f00a"; }

.fa-th-list:before { content: "\f00b"; }

.fa-check:before { content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; }

.fa-search-plus:before { content: "\f00e"; }

.fa-search-minus:before { content: "\f010"; }

.fa-power-off:before { content: "\f011"; }

.fa-signal:before { content: "\f012"; }

.fa-gear:before, .fa-cog:before { content: "\f013"; }

.fa-trash-o:before { content: "\f014"; }

.fa-home:before { content: "\f015"; }

.fa-file-o:before { content: "\f016"; }

.fa-clock-o:before { content: "\f017"; }

.fa-road:before { content: "\f018"; }

.fa-download:before { content: "\f019"; }

.fa-arrow-circle-o-down:before { content: "\f01a"; }

.fa-arrow-circle-o-up:before { content: "\f01b"; }

.fa-inbox:before { content: "\f01c"; }

.fa-play-circle-o:before { content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; }

.fa-refresh:before { content: "\f021"; }

.fa-list-alt:before { content: "\f022"; }

.fa-lock:before { content: "\f023"; }

.fa-flag:before { content: "\f024"; }

.fa-headphones:before { content: "\f025"; }

.fa-volume-off:before { content: "\f026"; }

.fa-volume-down:before { content: "\f027"; }

.fa-volume-up:before { content: "\f028"; }

.fa-qrcode:before { content: "\f029"; }

.fa-barcode:before { content: "\f02a"; }

.fa-tag:before { content: "\f02b"; }

.fa-tags:before { content: "\f02c"; }

.fa-book:before { content: "\f02d"; }

.fa-bookmark:before { content: "\f02e"; }

.fa-print:before { content: "\f02f"; }

.fa-camera:before { content: "\f030"; }

.fa-font:before { content: "\f031"; }

.fa-bold:before { content: "\f032"; }

.fa-italic:before { content: "\f033"; }

.fa-text-height:before { content: "\f034"; }

.fa-text-width:before { content: "\f035"; }

.fa-align-left:before { content: "\f036"; }

.fa-align-center:before { content: "\f037"; }

.fa-align-right:before { content: "\f038"; }

.fa-align-justify:before { content: "\f039"; }

.fa-list:before { content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before { content: "\f03b"; }

.fa-indent:before { content: "\f03c"; }

.fa-video-camera:before { content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; }

.fa-pencil:before { content: "\f040"; }

.fa-map-marker:before { content: "\f041"; }

.fa-adjust:before { content: "\f042"; }

.fa-tint:before { content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; }

.fa-share-square-o:before { content: "\f045"; }

.fa-check-square-o:before { content: "\f046"; }

.fa-arrows:before { content: "\f047"; }

.fa-step-backward:before { content: "\f048"; }

.fa-fast-backward:before { content: "\f049"; }

.fa-backward:before { content: "\f04a"; }

.fa-play:before { content: "\f04b"; }

.fa-pause:before { content: "\f04c"; }

.fa-stop:before { content: "\f04d"; }

.fa-forward:before { content: "\f04e"; }

.fa-fast-forward:before { content: "\f050"; }

.fa-step-forward:before { content: "\f051"; }

.fa-eject:before { content: "\f052"; }

.fa-chevron-left:before { content: "\f053"; }

.fa-chevron-right:before { content: "\f054"; }

.fa-plus-circle:before { content: "\f055"; }

.fa-minus-circle:before { content: "\f056"; }

.fa-times-circle:before { content: "\f057"; }

.fa-check-circle:before { content: "\f058"; }

.fa-question-circle:before { content: "\f059"; }

.fa-info-circle:before { content: "\f05a"; }

.fa-crosshairs:before { content: "\f05b"; }

.fa-times-circle-o:before { content: "\f05c"; }

.fa-check-circle-o:before { content: "\f05d"; }

.fa-ban:before { content: "\f05e"; }

.fa-arrow-left:before { content: "\f060"; }

.fa-arrow-right:before { content: "\f061"; }

.fa-arrow-up:before { content: "\f062"; }

.fa-arrow-down:before { content: "\f063"; }

.fa-mail-forward:before, .fa-share:before { content: "\f064"; }

.fa-expand:before { content: "\f065"; }

.fa-compress:before { content: "\f066"; }

.fa-plus:before { content: "\f067"; }

.fa-minus:before { content: "\f068"; }

.fa-asterisk:before { content: "\f069"; }

.fa-exclamation-circle:before { content: "\f06a"; }

.fa-gift:before { content: "\f06b"; }

.fa-leaf:before { content: "\f06c"; }

.fa-fire:before { content: "\f06d"; }

.fa-eye:before { content: "\f06e"; }

.fa-eye-slash:before { content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; }

.fa-plane:before { content: "\f072"; }

.fa-calendar:before { content: "\f073"; }

.fa-random:before { content: "\f074"; }

.fa-comment:before { content: "\f075"; }

.fa-magnet:before { content: "\f076"; }

.fa-chevron-up:before { content: "\f077"; }

.fa-chevron-down:before { content: "\f078"; }

.fa-retweet:before { content: "\f079"; }

.fa-shopping-cart:before { content: "\f07a"; }

.fa-folder:before { content: "\f07b"; }

.fa-folder-open:before { content: "\f07c"; }

.fa-arrows-v:before { content: "\f07d"; }

.fa-arrows-h:before { content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080"; }

.fa-twitter-square:before { content: "\f081"; }

.fa-facebook-square:before { content: "\f082"; }

.fa-camera-retro:before { content: "\f083"; }

.fa-key:before { content: "\f084"; }

.fa-gears:before, .fa-cogs:before { content: "\f085"; }

.fa-comments:before { content: "\f086"; }

.fa-thumbs-o-up:before { content: "\f087"; }

.fa-thumbs-o-down:before { content: "\f088"; }

.fa-star-half:before { content: "\f089"; }

.fa-heart-o:before { content: "\f08a"; }

.fa-sign-out:before { content: "\f08b"; }

.fa-linkedin-square:before { content: "\f08c"; }

.fa-thumb-tack:before { content: "\f08d"; }

.fa-external-link:before { content: "\f08e"; }

.fa-sign-in:before { content: "\f090"; }

.fa-trophy:before { content: "\f091"; }

.fa-github-square:before { content: "\f092"; }

.fa-upload:before { content: "\f093"; }

.fa-lemon-o:before { content: "\f094"; }

.fa-phone:before { content: "\f095"; }

.fa-square-o:before { content: "\f096"; }

.fa-bookmark-o:before { content: "\f097"; }

.fa-phone-square:before { content: "\f098"; }

.fa-twitter:before { content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before { content: "\f09a"; }

.fa-github:before { content: "\f09b"; }

.fa-unlock:before { content: "\f09c"; }

.fa-credit-card:before { content: "\f09d"; }

.fa-feed:before, .fa-rss:before { content: "\f09e"; }

.fa-hdd-o:before { content: "\f0a0"; }

.fa-bullhorn:before { content: "\f0a1"; }

.fa-bell:before { content: "\f0f3"; }

.fa-certificate:before { content: "\f0a3"; }

.fa-hand-o-right:before { content: "\f0a4"; }

.fa-hand-o-left:before { content: "\f0a5"; }

.fa-hand-o-up:before { content: "\f0a6"; }

.fa-hand-o-down:before { content: "\f0a7"; }

.fa-arrow-circle-left:before { content: "\f0a8"; }

.fa-arrow-circle-right:before { content: "\f0a9"; }

.fa-arrow-circle-up:before { content: "\f0aa"; }

.fa-arrow-circle-down:before { content: "\f0ab"; }

.fa-globe:before { content: "\f0ac"; }

.fa-wrench:before { content: "\f0ad"; }

.fa-tasks:before { content: "\f0ae"; }

.fa-filter:before { content: "\f0b0"; }

.fa-briefcase:before { content: "\f0b1"; }

.fa-arrows-alt:before { content: "\f0b2"; }

.fa-group:before, .fa-users:before { content: "\f0c0"; }

.fa-chain:before, .fa-link:before { content: "\f0c1"; }

.fa-cloud:before { content: "\f0c2"; }

.fa-flask:before { content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before { content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before { content: "\f0c5"; }

.fa-paperclip:before { content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before { content: "\f0c7"; }

.fa-square:before { content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; }

.fa-list-ul:before { content: "\f0ca"; }

.fa-list-ol:before { content: "\f0cb"; }

.fa-strikethrough:before { content: "\f0cc"; }

.fa-underline:before { content: "\f0cd"; }

.fa-table:before { content: "\f0ce"; }

.fa-magic:before { content: "\f0d0"; }

.fa-truck:before { content: "\f0d1"; }

.fa-pinterest:before { content: "\f0d2"; }

.fa-pinterest-square:before { content: "\f0d3"; }

.fa-google-plus-square:before { content: "\f0d4"; }

.fa-google-plus:before { content: "\f0d5"; }

.fa-money:before { content: "\f0d6"; }

.fa-caret-down:before { content: "\f0d7"; }

.fa-caret-up:before { content: "\f0d8"; }

.fa-caret-left:before { content: "\f0d9"; }

.fa-caret-right:before { content: "\f0da"; }

.fa-columns:before { content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before { content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; }

.fa-envelope:before { content: "\f0e0"; }

.fa-linkedin:before { content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before { content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; }

.fa-comment-o:before { content: "\f0e5"; }

.fa-comments-o:before { content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before { content: "\f0e7"; }

.fa-sitemap:before { content: "\f0e8"; }

.fa-umbrella:before { content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before { content: "\f0ea"; }

.fa-lightbulb-o:before { content: "\f0eb"; }

.fa-exchange:before { content: "\f0ec"; }

.fa-cloud-download:before { content: "\f0ed"; }

.fa-cloud-upload:before { content: "\f0ee"; }

.fa-user-md:before { content: "\f0f0"; }

.fa-stethoscope:before { content: "\f0f1"; }

.fa-suitcase:before { content: "\f0f2"; }

.fa-bell-o:before { content: "\f0a2"; }

.fa-coffee:before { content: "\f0f4"; }

.fa-cutlery:before { content: "\f0f5"; }

.fa-file-text-o:before { content: "\f0f6"; }

.fa-building-o:before { content: "\f0f7"; }

.fa-hospital-o:before { content: "\f0f8"; }

.fa-ambulance:before { content: "\f0f9"; }

.fa-medkit:before { content: "\f0fa"; }

.fa-fighter-jet:before { content: "\f0fb"; }

.fa-beer:before { content: "\f0fc"; }

.fa-h-square:before { content: "\f0fd"; }

.fa-plus-square:before { content: "\f0fe"; }

.fa-angle-double-left:before { content: "\f100"; }

.fa-angle-double-right:before { content: "\f101"; }

.fa-angle-double-up:before { content: "\f102"; }

.fa-angle-double-down:before { content: "\f103"; }

.fa-angle-left:before { content: "\f104"; }

.fa-angle-right:before { content: "\f105"; }

.fa-angle-up:before { content: "\f106"; }

.fa-angle-down:before { content: "\f107"; }

.fa-desktop:before { content: "\f108"; }

.fa-laptop:before { content: "\f109"; }

.fa-tablet:before { content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; }

.fa-circle-o:before { content: "\f10c"; }

.fa-quote-left:before { content: "\f10d"; }

.fa-quote-right:before { content: "\f10e"; }

.fa-spinner:before { content: "\f110"; }

.fa-circle:before { content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before { content: "\f112"; }

.fa-github-alt:before { content: "\f113"; }

.fa-folder-o:before { content: "\f114"; }

.fa-folder-open-o:before { content: "\f115"; }

.fa-smile-o:before { content: "\f118"; }

.fa-frown-o:before { content: "\f119"; }

.fa-meh-o:before { content: "\f11a"; }

.fa-gamepad:before { content: "\f11b"; }

.fa-keyboard-o:before { content: "\f11c"; }

.fa-flag-o:before { content: "\f11d"; }

.fa-flag-checkered:before { content: "\f11e"; }

.fa-terminal:before { content: "\f120"; }

.fa-code:before { content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; }

.fa-location-arrow:before { content: "\f124"; }

.fa-crop:before { content: "\f125"; }

.fa-code-fork:before { content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before { content: "\f127"; }

.fa-question:before { content: "\f128"; }

.fa-info:before { content: "\f129"; }

.fa-exclamation:before { content: "\f12a"; }

.fa-superscript:before { content: "\f12b"; }

.fa-subscript:before { content: "\f12c"; }

.fa-eraser:before { content: "\f12d"; }

.fa-puzzle-piece:before { content: "\f12e"; }

.fa-microphone:before { content: "\f130"; }

.fa-microphone-slash:before { content: "\f131"; }

.fa-shield:before { content: "\f132"; }

.fa-calendar-o:before { content: "\f133"; }

.fa-fire-extinguisher:before { content: "\f134"; }

.fa-rocket:before { content: "\f135"; }

.fa-maxcdn:before { content: "\f136"; }

.fa-chevron-circle-left:before { content: "\f137"; }

.fa-chevron-circle-right:before { content: "\f138"; }

.fa-chevron-circle-up:before { content: "\f139"; }

.fa-chevron-circle-down:before { content: "\f13a"; }

.fa-html5:before { content: "\f13b"; }

.fa-css3:before { content: "\f13c"; }

.fa-anchor:before { content: "\f13d"; }

.fa-unlock-alt:before { content: "\f13e"; }

.fa-bullseye:before { content: "\f140"; }

.fa-ellipsis-h:before { content: "\f141"; }

.fa-ellipsis-v:before { content: "\f142"; }

.fa-rss-square:before { content: "\f143"; }

.fa-play-circle:before { content: "\f144"; }

.fa-ticket:before { content: "\f145"; }

.fa-minus-square:before { content: "\f146"; }

.fa-minus-square-o:before { content: "\f147"; }

.fa-level-up:before { content: "\f148"; }

.fa-level-down:before { content: "\f149"; }

.fa-check-square:before { content: "\f14a"; }

.fa-pencil-square:before { content: "\f14b"; }

.fa-external-link-square:before { content: "\f14c"; }

.fa-share-square:before { content: "\f14d"; }

.fa-compass:before { content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; }

.fa-euro:before, .fa-eur:before { content: "\f153"; }

.fa-gbp:before { content: "\f154"; }

.fa-dollar:before, .fa-usd:before { content: "\f155"; }

.fa-rupee:before, .fa-inr:before { content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; }

.fa-won:before, .fa-krw:before { content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before { content: "\f15a"; }

.fa-file:before { content: "\f15b"; }

.fa-file-text:before { content: "\f15c"; }

.fa-sort-alpha-asc:before { content: "\f15d"; }

.fa-sort-alpha-desc:before { content: "\f15e"; }

.fa-sort-amount-asc:before { content: "\f160"; }

.fa-sort-amount-desc:before { content: "\f161"; }

.fa-sort-numeric-asc:before { content: "\f162"; }

.fa-sort-numeric-desc:before { content: "\f163"; }

.fa-thumbs-up:before { content: "\f164"; }

.fa-thumbs-down:before { content: "\f165"; }

.fa-youtube-square:before { content: "\f166"; }

.fa-youtube:before { content: "\f167"; }

.fa-xing:before { content: "\f168"; }

.fa-xing-square:before { content: "\f169"; }

.fa-youtube-play:before { content: "\f16a"; }

.fa-dropbox:before { content: "\f16b"; }

.fa-stack-overflow:before { content: "\f16c"; }

.fa-instagram:before { content: "\f16d"; }

.fa-flickr:before { content: "\f16e"; }

.fa-adn:before { content: "\f170"; }

.fa-bitbucket:before { content: "\f171"; }

.fa-bitbucket-square:before { content: "\f172"; }

.fa-tumblr:before { content: "\f173"; }

.fa-tumblr-square:before { content: "\f174"; }

.fa-long-arrow-down:before { content: "\f175"; }

.fa-long-arrow-up:before { content: "\f176"; }

.fa-long-arrow-left:before { content: "\f177"; }

.fa-long-arrow-right:before { content: "\f178"; }

.fa-apple:before { content: "\f179"; }

.fa-windows:before { content: "\f17a"; }

.fa-android:before { content: "\f17b"; }

.fa-linux:before { content: "\f17c"; }

.fa-dribbble:before { content: "\f17d"; }

.fa-skype:before { content: "\f17e"; }

.fa-foursquare:before { content: "\f180"; }

.fa-trello:before { content: "\f181"; }

.fa-female:before { content: "\f182"; }

.fa-male:before { content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before { content: "\f184"; }

.fa-sun-o:before { content: "\f185"; }

.fa-moon-o:before { content: "\f186"; }

.fa-archive:before { content: "\f187"; }

.fa-bug:before { content: "\f188"; }

.fa-vk:before { content: "\f189"; }

.fa-weibo:before { content: "\f18a"; }

.fa-renren:before { content: "\f18b"; }

.fa-pagelines:before { content: "\f18c"; }

.fa-stack-exchange:before { content: "\f18d"; }

.fa-arrow-circle-o-right:before { content: "\f18e"; }

.fa-arrow-circle-o-left:before { content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; }

.fa-dot-circle-o:before { content: "\f192"; }

.fa-wheelchair:before { content: "\f193"; }

.fa-vimeo-square:before { content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before { content: "\f195"; }

.fa-plus-square-o:before { content: "\f196"; }

.fa-space-shuttle:before { content: "\f197"; }

.fa-slack:before { content: "\f198"; }

.fa-envelope-square:before { content: "\f199"; }

.fa-wordpress:before { content: "\f19a"; }

.fa-openid:before { content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; }

.fa-yahoo:before { content: "\f19e"; }

.fa-google:before { content: "\f1a0"; }

.fa-reddit:before { content: "\f1a1"; }

.fa-reddit-square:before { content: "\f1a2"; }

.fa-stumbleupon-circle:before { content: "\f1a3"; }

.fa-stumbleupon:before { content: "\f1a4"; }

.fa-delicious:before { content: "\f1a5"; }

.fa-digg:before { content: "\f1a6"; }

.fa-pied-piper-pp:before { content: "\f1a7"; }

.fa-pied-piper-alt:before { content: "\f1a8"; }

.fa-drupal:before { content: "\f1a9"; }

.fa-joomla:before { content: "\f1aa"; }

.fa-language:before { content: "\f1ab"; }

.fa-fax:before { content: "\f1ac"; }

.fa-building:before { content: "\f1ad"; }

.fa-child:before { content: "\f1ae"; }

.fa-paw:before { content: "\f1b0"; }

.fa-spoon:before { content: "\f1b1"; }

.fa-cube:before { content: "\f1b2"; }

.fa-cubes:before { content: "\f1b3"; }

.fa-behance:before { content: "\f1b4"; }

.fa-behance-square:before { content: "\f1b5"; }

.fa-steam:before { content: "\f1b6"; }

.fa-steam-square:before { content: "\f1b7"; }

.fa-recycle:before { content: "\f1b8"; }

.fa-automobile:before, .fa-car:before { content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before { content: "\f1ba"; }

.fa-tree:before { content: "\f1bb"; }

.fa-spotify:before { content: "\f1bc"; }

.fa-deviantart:before { content: "\f1bd"; }

.fa-soundcloud:before { content: "\f1be"; }

.fa-database:before { content: "\f1c0"; }

.fa-file-pdf-o:before { content: "\f1c1"; }

.fa-file-word-o:before { content: "\f1c2"; }

.fa-file-excel-o:before { content: "\f1c3"; }

.fa-file-powerpoint-o:before { content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; }

.fa-file-code-o:before { content: "\f1c9"; }

.fa-vine:before { content: "\f1ca"; }

.fa-codepen:before { content: "\f1cb"; }

.fa-jsfiddle:before { content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; }

.fa-circle-o-notch:before { content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: "\f1d0"; }

.fa-ge:before, .fa-empire:before { content: "\f1d1"; }

.fa-git-square:before { content: "\f1d2"; }

.fa-git:before { content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4"; }

.fa-tencent-weibo:before { content: "\f1d5"; }

.fa-qq:before { content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before { content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before { content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; }

.fa-history:before { content: "\f1da"; }

.fa-circle-thin:before { content: "\f1db"; }

.fa-header:before { content: "\f1dc"; }

.fa-paragraph:before { content: "\f1dd"; }

.fa-sliders:before { content: "\f1de"; }

.fa-share-alt:before { content: "\f1e0"; }

.fa-share-alt-square:before { content: "\f1e1"; }

.fa-bomb:before { content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3"; }

.fa-tty:before { content: "\f1e4"; }

.fa-binoculars:before { content: "\f1e5"; }

.fa-plug:before { content: "\f1e6"; }

.fa-slideshare:before { content: "\f1e7"; }

.fa-twitch:before { content: "\f1e8"; }

.fa-yelp:before { content: "\f1e9"; }

.fa-newspaper-o:before { content: "\f1ea"; }

.fa-wifi:before { content: "\f1eb"; }

.fa-calculator:before { content: "\f1ec"; }

.fa-paypal:before { content: "\f1ed"; }

.fa-google-wallet:before { content: "\f1ee"; }

.fa-cc-visa:before { content: "\f1f0"; }

.fa-cc-mastercard:before { content: "\f1f1"; }

.fa-cc-discover:before { content: "\f1f2"; }

.fa-cc-amex:before { content: "\f1f3"; }

.fa-cc-paypal:before { content: "\f1f4"; }

.fa-cc-stripe:before { content: "\f1f5"; }

.fa-bell-slash:before { content: "\f1f6"; }

.fa-bell-slash-o:before { content: "\f1f7"; }

.fa-trash:before { content: "\f1f8"; }

.fa-copyright:before { content: "\f1f9"; }

.fa-at:before { content: "\f1fa"; }

.fa-eyedropper:before { content: "\f1fb"; }

.fa-paint-brush:before { content: "\f1fc"; }

.fa-birthday-cake:before { content: "\f1fd"; }

.fa-area-chart:before { content: "\f1fe"; }

.fa-pie-chart:before { content: "\f200"; }

.fa-line-chart:before { content: "\f201"; }

.fa-lastfm:before { content: "\f202"; }

.fa-lastfm-square:before { content: "\f203"; }

.fa-toggle-off:before { content: "\f204"; }

.fa-toggle-on:before { content: "\f205"; }

.fa-bicycle:before { content: "\f206"; }

.fa-bus:before { content: "\f207"; }

.fa-ioxhost:before { content: "\f208"; }

.fa-angellist:before { content: "\f209"; }

.fa-cc:before { content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b"; }

.fa-meanpath:before { content: "\f20c"; }

.fa-buysellads:before { content: "\f20d"; }

.fa-connectdevelop:before { content: "\f20e"; }

.fa-dashcube:before { content: "\f210"; }

.fa-forumbee:before { content: "\f211"; }

.fa-leanpub:before { content: "\f212"; }

.fa-sellsy:before { content: "\f213"; }

.fa-shirtsinbulk:before { content: "\f214"; }

.fa-simplybuilt:before { content: "\f215"; }

.fa-skyatlas:before { content: "\f216"; }

.fa-cart-plus:before { content: "\f217"; }

.fa-cart-arrow-down:before { content: "\f218"; }

.fa-diamond:before { content: "\f219"; }

.fa-ship:before { content: "\f21a"; }

.fa-user-secret:before { content: "\f21b"; }

.fa-motorcycle:before { content: "\f21c"; }

.fa-street-view:before { content: "\f21d"; }

.fa-heartbeat:before { content: "\f21e"; }

.fa-venus:before { content: "\f221"; }

.fa-mars:before { content: "\f222"; }

.fa-mercury:before { content: "\f223"; }

.fa-intersex:before, .fa-transgender:before { content: "\f224"; }

.fa-transgender-alt:before { content: "\f225"; }

.fa-venus-double:before { content: "\f226"; }

.fa-mars-double:before { content: "\f227"; }

.fa-venus-mars:before { content: "\f228"; }

.fa-mars-stroke:before { content: "\f229"; }

.fa-mars-stroke-v:before { content: "\f22a"; }

.fa-mars-stroke-h:before { content: "\f22b"; }

.fa-neuter:before { content: "\f22c"; }

.fa-genderless:before { content: "\f22d"; }

.fa-facebook-official:before { content: "\f230"; }

.fa-pinterest-p:before { content: "\f231"; }

.fa-whatsapp:before { content: "\f232"; }

.fa-server:before { content: "\f233"; }

.fa-user-plus:before { content: "\f234"; }

.fa-user-times:before { content: "\f235"; }

.fa-hotel:before, .fa-bed:before { content: "\f236"; }

.fa-viacoin:before { content: "\f237"; }

.fa-train:before { content: "\f238"; }

.fa-subway:before { content: "\f239"; }

.fa-medium:before { content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before { content: "\f23b"; }

.fa-optin-monster:before { content: "\f23c"; }

.fa-opencart:before { content: "\f23d"; }

.fa-expeditedssl:before { content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before { content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before { content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before { content: "\f244"; }

.fa-mouse-pointer:before { content: "\f245"; }

.fa-i-cursor:before { content: "\f246"; }

.fa-object-group:before { content: "\f247"; }

.fa-object-ungroup:before { content: "\f248"; }

.fa-sticky-note:before { content: "\f249"; }

.fa-sticky-note-o:before { content: "\f24a"; }

.fa-cc-jcb:before { content: "\f24b"; }

.fa-cc-diners-club:before { content: "\f24c"; }

.fa-clone:before { content: "\f24d"; }

.fa-balance-scale:before { content: "\f24e"; }

.fa-hourglass-o:before { content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253"; }

.fa-hourglass:before { content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256"; }

.fa-hand-scissors-o:before { content: "\f257"; }

.fa-hand-lizard-o:before { content: "\f258"; }

.fa-hand-spock-o:before { content: "\f259"; }

.fa-hand-pointer-o:before { content: "\f25a"; }

.fa-hand-peace-o:before { content: "\f25b"; }

.fa-trademark:before { content: "\f25c"; }

.fa-registered:before { content: "\f25d"; }

.fa-creative-commons:before { content: "\f25e"; }

.fa-gg:before { content: "\f260"; }

.fa-gg-circle:before { content: "\f261"; }

.fa-tripadvisor:before { content: "\f262"; }

.fa-odnoklassniki:before { content: "\f263"; }

.fa-odnoklassniki-square:before { content: "\f264"; }

.fa-get-pocket:before { content: "\f265"; }

.fa-wikipedia-w:before { content: "\f266"; }

.fa-safari:before { content: "\f267"; }

.fa-chrome:before { content: "\f268"; }

.fa-firefox:before { content: "\f269"; }

.fa-opera:before { content: "\f26a"; }

.fa-internet-explorer:before { content: "\f26b"; }

.fa-tv:before, .fa-television:before { content: "\f26c"; }

.fa-contao:before { content: "\f26d"; }

.fa-500px:before { content: "\f26e"; }

.fa-amazon:before { content: "\f270"; }

.fa-calendar-plus-o:before { content: "\f271"; }

.fa-calendar-minus-o:before { content: "\f272"; }

.fa-calendar-times-o:before { content: "\f273"; }

.fa-calendar-check-o:before { content: "\f274"; }

.fa-industry:before { content: "\f275"; }

.fa-map-pin:before { content: "\f276"; }

.fa-map-signs:before { content: "\f277"; }

.fa-map-o:before { content: "\f278"; }

.fa-map:before { content: "\f279"; }

.fa-commenting:before { content: "\f27a"; }

.fa-commenting-o:before { content: "\f27b"; }

.fa-houzz:before { content: "\f27c"; }

.fa-vimeo:before { content: "\f27d"; }

.fa-black-tie:before { content: "\f27e"; }

.fa-fonticons:before { content: "\f280"; }

.fa-reddit-alien:before { content: "\f281"; }

.fa-edge:before { content: "\f282"; }

.fa-credit-card-alt:before { content: "\f283"; }

.fa-codiepie:before { content: "\f284"; }

.fa-modx:before { content: "\f285"; }

.fa-fort-awesome:before { content: "\f286"; }

.fa-usb:before { content: "\f287"; }

.fa-product-hunt:before { content: "\f288"; }

.fa-mixcloud:before { content: "\f289"; }

.fa-scribd:before { content: "\f28a"; }

.fa-pause-circle:before { content: "\f28b"; }

.fa-pause-circle-o:before { content: "\f28c"; }

.fa-stop-circle:before { content: "\f28d"; }

.fa-stop-circle-o:before { content: "\f28e"; }

.fa-shopping-bag:before { content: "\f290"; }

.fa-shopping-basket:before { content: "\f291"; }

.fa-hashtag:before { content: "\f292"; }

.fa-bluetooth:before { content: "\f293"; }

.fa-bluetooth-b:before { content: "\f294"; }

.fa-percent:before { content: "\f295"; }

.fa-gitlab:before { content: "\f296"; }

.fa-wpbeginner:before { content: "\f297"; }

.fa-wpforms:before { content: "\f298"; }

.fa-envira:before { content: "\f299"; }

.fa-universal-access:before { content: "\f29a"; }

.fa-wheelchair-alt:before { content: "\f29b"; }

.fa-question-circle-o:before { content: "\f29c"; }

.fa-blind:before { content: "\f29d"; }

.fa-audio-description:before { content: "\f29e"; }

.fa-volume-control-phone:before { content: "\f2a0"; }

.fa-braille:before { content: "\f2a1"; }

.fa-assistive-listening-systems:before { content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: "\f2a4"; }

.fa-glide:before { content: "\f2a5"; }

.fa-glide-g:before { content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before { content: "\f2a7"; }

.fa-low-vision:before { content: "\f2a8"; }

.fa-viadeo:before { content: "\f2a9"; }

.fa-viadeo-square:before { content: "\f2aa"; }

.fa-snapchat:before { content: "\f2ab"; }

.fa-snapchat-ghost:before { content: "\f2ac"; }

.fa-snapchat-square:before { content: "\f2ad"; }

.fa-pied-piper:before { content: "\f2ae"; }

.fa-first-order:before { content: "\f2b0"; }

.fa-yoast:before { content: "\f2b1"; }

.fa-themeisle:before { content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before { content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before { content: "\f2b4"; }

.fa-handshake-o:before { content: "\f2b5"; }

.fa-envelope-open:before { content: "\f2b6"; }

.fa-envelope-open-o:before { content: "\f2b7"; }

.fa-linode:before { content: "\f2b8"; }

.fa-address-book:before { content: "\f2b9"; }

.fa-address-book-o:before { content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before { content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before { content: "\f2bc"; }

.fa-user-circle:before { content: "\f2bd"; }

.fa-user-circle-o:before { content: "\f2be"; }

.fa-user-o:before { content: "\f2c0"; }

.fa-id-badge:before { content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before { content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before { content: "\f2c3"; }

.fa-quora:before { content: "\f2c4"; }

.fa-free-code-camp:before { content: "\f2c5"; }

.fa-telegram:before { content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before { content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before { content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before { content: "\f2cb"; }

.fa-shower:before { content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: "\f2cd"; }

.fa-podcast:before { content: "\f2ce"; }

.fa-window-maximize:before { content: "\f2d0"; }

.fa-window-minimize:before { content: "\f2d1"; }

.fa-window-restore:before { content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before { content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before { content: "\f2d4"; }

.fa-bandcamp:before { content: "\f2d5"; }

.fa-grav:before { content: "\f2d6"; }

.fa-etsy:before { content: "\f2d7"; }

.fa-imdb:before { content: "\f2d8"; }

.fa-ravelry:before { content: "\f2d9"; }

.fa-eercast:before { content: "\f2da"; }

.fa-microchip:before { content: "\f2db"; }

.fa-snowflake-o:before { content: "\f2dc"; }

.fa-superpowers:before { content: "\f2dd"; }

.fa-wpexplorer:before { content: "\f2de"; }

.fa-meetup:before { content: "\f2e0"; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }

/* 禁用iPhone中Safari的字号自动调整 */
*, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

/* 去除iPhone中默认的input样式 */
input[type="submit"], input[type="reset"], input[type="button"], input, button { /* -webkit-appearance:none; */ resize: none; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; }

button { border: none; }

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

/* 图片自适应 */
img { /*max-width: 100%;*/ height: auto; width: auto\9; /* ie8 */ -ms-interpolation-mode: bicubic; /*为了照顾ie图片缩放失真*/ }

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; border: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*取消链接高亮*/ }

@font-face { font-family: "SOURCEHANSANSCN-MEDIUM"; src: url("../fonts/SOURCEHANSANSCN/SOURCEHANSANSCN-MEDIUM.ttf") format("truetype"), url("../fonts/SOURCEHANSANSCN/SOURCEHANSANSCN-MEDIUM.eot") format("embedded-opentype"), url("../fonts/SOURCEHANSANSCN/SOURCEHANSANSCN-MEDIUM.svg") format("svg"); }
@font-face { font-family: "SOURCEHANSANSCN-REGULAR"; src: url("../fonts/SOURCEHANSANSCN/SOURCEHANSANSCN-REGULAR.ttf") format("truetype"), url("../fonts/SOURCEHANSANSCN/SOURCEHANSANSCN-REGULAR.eot") format("embedded-opentype"), url("../fonts/SOURCEHANSANSCN/SOURCEHANSANSCN-REGULAR.svg") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: "Alfphabet-Condensed"; src: url("../fonts/Alfphabet-Condensed/Alfphabet-Condensed.ttf") format("truetype"), url("../fonts/Alfphabet-Condensed/Alfphabet-Condensed.eot") format("embedded-opentype"), url("../fonts/Alfphabet-Condensed/Alfphabet-Condensed.svg") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: "AzoSans"; src: url("../fonts/AzoSans-Light/AzoSans-Light.ttf") format("truetype"), url("../fonts/AzoSans-Light/AzoSans-Light.eot") format("embedded-opentype"), url("../fonts/AzoSans-Light/AzoSans-Light.svg") format("svg"); font-weight: normal; font-style: normal; }
body { font-family: "SOURCEHANSANSCN-REGULAR", PINGFANG-HEAVY, "Helvetica Neue", Helvetica, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", SimSun, sans-serif; color: #333333; background-color: #ffffff; min-width: 320px; }

em, i { font-style: normal; }

strong { font-weight: normal; }

.clearfix:after { content: ""; display: inline-block; display: inline; zoom: 1; display: block; visibility: hidden; height: 0; clear: both; }

.clearfix { zoom: 1; }

a { text-decoration: none; font-family: "SOURCEHANSANSCN-REGULAR", PINGFANG-HEAVY, Microsoft YaHei, Tahoma, Arial, sans-serif; outline: none; }

ul, ol { list-style: none; list-style-type: none; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-family: "SOURCEHANSANSCN-REGULAR", PINGFANG-HEAVY, Microsoft YaHei; font-weight: normal; margin: 0; padding: 0; }

img { border: none; vertical-align: middle; }

body, html { width: 100%; margin: 0 auto; font-family: "SOURCEHANSANSCN-REGULAR", PINGFANG-HEAVY, "Helvetica Neue", Helvetica, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", SimSun, sans-serif; position: relative; -ms-overflow-x: hidden; overflow-x: hidden; }

.transition03 { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.transition08 { -webkit-transition: all 0.8s ease; transition: all 0.8s ease; }

.transition05 { -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.transition1 { -webkit-transition: all 1s ease; transition: all 1s ease; }

.transition14 { -webkit-transition: all 1.4s ease; transition: all 1.4s ease; }

.transition24 { -webkit-transition: all 2.4s ease; transition: all 2.4s ease; }

.transition10 { -webkit-transition: all 10s ease; transition: all 10s ease; }

.delay01 { transition-delay: 0.1s; -moz-transition-delay: 0.1s; -webkit-transition-delay: 0.1s; -o-transition-delay: 0.1s; }

.delay02 { transition-delay: 0.2s; -moz-transition-delay: 0.2s; -webkit-transition-delay: 0.2s; -o-transition-delay: 0.2s; }

.delay03 { transition-delay: 0.3s; -moz-transition-delay: 0.3s; -webkit-transition-delay: 0.3s; -o-transition-delay: 0.3s; }

.delay04 { transition-delay: 0.4s; -moz-transition-delay: 0.4s; -webkit-transition-delay: 0.4s; -o-transition-delay: 0.4s; }

.delay05 { transition-delay: 0.5s; -moz-transition-delay: 0.5s; -webkit-transition-delay: 0.5s; -o-transition-delay: 0.5s; }

.delay06 { transition-delay: 0.6s; -moz-transition-delay: 0.6s; -webkit-transition-delay: 0.6s; -o-transition-delay: 0.6s; }

a { outline: none; }

.inp_box::-webkit-input-placeholder { color: #222222; }

.inp_box::-moz-placeholder { color: #222222; }

.inp_box::placeholder { color: #222222; }

.inp_box:-ms-input-placeholder { color: #222222; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, table, th, td { margin: 0; padding: 0; font-weight: normal; }

.fix:before, .fix:after { display: table; clear: both; content: ""; }

.fl { float: left; }

.fr { float: right; }

input, select, textarea { outline: none; font-family: inherit; font-size: 100%; -webkit-appearance: none; }

*:focus { outline: none; }

* { outline: none; }

ul, ol { list-style-type: none; }

.i_ico { background: url(../images/i_ico.png); width: 24px; height: 24px; }

/*css组件设置*/
.form-control, .input-group-addon, .btn { border-radius: 2px; }

.form-control:focus { border-color: #66afe9; outline: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6); }

/* 全局滚动条样式 */
.wrap { width: 1420px; margin: 0 auto; max-width: 88%; }

.page_wrap { margin: 0 auto; padding: 0 60px; }

ol { list-style-type: inherit; }

body { position: relative; }

.mr-0 { margin-right: 0; }

.ml-0 { margin-left: 0; }

.mt-0 { margin-top: 0; }

.mb-0 { margin-bottom: 0; }

.ht60 { height: 60px; }

.ht60::after { content: ""; display: block; visibility: hidden; height: 0; clear: both; }

.ht130 { height: 130px; }

.ht130::after { content: ""; display: inline-block; display: inline; zoom: 1; display: block; visibility: hidden; height: 0; clear: both; }

.sitepage-content::after { content: ""; display: inline-block; display: inline; zoom: 1; display: block; visibility: hidden; height: 0; clear: both; }

.ta-l { text-align: left; }

.ta-r { text-align: right; }

.ta-c { text-align: center; }

.ta-j { text-align: justify; }

@media only screen and (max-width: 768px) { .ht60 { height: 2rem; }
  .ht130 { height: 4rem; } }
body { opacity: 0; filter: alpha(opacity=0); -webkit-transition: opacity 0.5s ease; -moz-transition: opacity 0.5s ease; -ms-transition: opacity 0.5s ease; -o-transition: opacity 0.5s ease; transition: opacity 0.5s ease; }

body.show { opacity: 1; filter: alpha(opacity=100); }

div.header-wrapper { width: 100%; top: 0; left: 0; z-index: 999; padding: 0; position: fixed; z-index: 999; height: 90px; border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

div.header-wrapper:after { display: block; content: ''; clear: both; }

div.header-wrapper .wrap { width: 100%; max-width: 100%; }

div.header-wrapper .logo { height: 26px; float: left; margin: 32px 0; position: absolute; left: 60px; top: 0; }

div.header-wrapper .logo img { height: 100%; }

div.header-wrapper .logo img.thumbPc { display: inline-block; }

div.header-wrapper .logo img.thumbMobile { display: none; }

div.header-wrapper .top-right { margin: 0 auto; font-size: 0; text-align: center; }

div.header-wrapper .top-right:after { display: block; content: ''; clear: both; }

div.header-wrapper .top-right .navigation { display: inline-block; text-align: left; }

div.header-wrapper .top-right .navigation:after { display: block; content: ''; clear: both; }

div.header-wrapper .top-right .navigation ul.list:after { display: block; content: ''; clear: both; }

div.header-wrapper .top-right .navigation ul.list li { float: left; padding: 0 30px; }

div.header-wrapper .top-right .navigation ul.list li span.top:first-child { display: block; line-height: 90px; height: 90px; position: relative; z-index: 3; }

div.header-wrapper .top-right .navigation ul.list li:last-child span.top:first-child::after { display: none; }

div.header-wrapper .top-right .navigation ul.list li span.top:first-child a { font-size: 18px; padding: 0 15px; padding-bottom: 34px; color: #ffffff; text-decoration: none; position: relative; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

div.header-wrapper .top-right .navigation ul.list li span.top:first-child a::after { content: ""; position: absolute; left: 0; margin-left: 0; bottom: 0; width: 100%; height: 3px; background: #d91c22; opacity: 0; filter: alpha(opacity=0); }

div.header-wrapper .top-right .navigation ul.list li a:hover, div.header-wrapper .top-right .navigation ul.list li a:focus { text-decoration: none; }

div.header-wrapper .top-right .navigation ul.list li:hover span.top:first-child a::after { opacity: 1; filter: alpha(opacity=100); }

div.header-wrapper .top-right .navigation ul.list li.active span.top:first-child a::after { opacity: 1; filter: alpha(opacity=100); }

div.header-wrapper .top-right .navigation ul.list li.noActive span.top:first-child a::after { opacity: 0; filter: alpha(opacity=0); }

div.header-wrapper .top-right .navigation ul.list li ol.sub-item { margin: 0; padding: 0; display: none; padding-top: 27px; white-space: nowrap; position: absolute; left: 50%; margin-left: -50%; top: 38px; z-index: 999; }

div.header-wrapper .top-right .navigation ul.list li:hover .navHidden { visibility: visible; opacity: 1; filter: alpha(opacity=100); }

.navHidden { position: absolute; left: 0; top: 100%; width: 100%; border-top: 1px solid #ededed; background: rgba(255, 255, 255, 0.8); padding: 45px 0; transition: all 0.3s ease-out 0s; visibility: hidden; opacity: 0; filter: alpha(opacity=0); }

.navHidden .nav_left { max-width: 100%; }

.navHidden .nav_left .nav-title { font-size: 42px; color: #272727; line-height: 1; display: none; }

.navHidden .nav_left .nav-synopsis { font-size: 20px; color: #666666; text-align: justify; text-indent: 40px; margin-top: 30px; line-height: 1.4; }

.navHidden .nav_left .nav-list { overflow: hidden; text-align: center; font-size: 0; }

.navHidden .nav_left .nav-list .item { float: none; display: inline-block; margin-top: 35px; margin: 10px 20px; }

.navHidden .nav_left .nav-list .item a { color: #222222; font-size: 18px; background: url(../images/ic/ic_3.png) no-repeat left center; padding-left: 35px; }

.navHidden .nav_left .nav-list .item a:hover { color: #d91c22; }

.navHidden .nav_left .nav-list .item.active a { color: #d91c22; }

.top_label { position: absolute; right: 0; top: 0; height: 100%; }

div.header-wrapper .seach_btn { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/seach.png) no-repeat center center; }

div.header-wrapper .sm-menu { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

div.header-wrapper .sm-menu span { display: block; width: 21px; height: 3px; border-radius: 3px; background-color: #ffffff; position: absolute; left: 50%; margin-left: -10.5px; top: 50%; margin-top: -1.5px; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }

div.header-wrapper .sm-menu span:before, div.header-wrapper .sm-menu span:after { border-radius: 3px; display: block; content: ''; width: 25px; height: 3px; background-color: #ffffff; position: absolute; left: -2px; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }

div.header-wrapper .sm-menu span:before { top: -9px; }

div.header-wrapper .sm-menu span:after { bottom: -9px; }

.top_label .item { float: left; width: 110px; height: 90px; border-left: 1px solid rgba(255, 255, 255, 0.5); position: relative; }

.top_label .item:first-child { display: none; }

.search_box { position: fixed; top: -180px; left: 0; width: 100%; background: #ffffff; padding: 30px 60px; -webkit-transition: 0.6s; -moz-transition: 0.6s; -ms-transition: 0.6s; -o-transition: 0.6s; transition: 0.6s; z-index: 9999; }

.search_box.show { top: 0; }

.search_box .wrap { position: relative; padding-right: 70px; overflow: hidden; width: 50%; }

.search_box .input_box { padding-right: 20px; background: url(../images/ic/seach.png) no-repeat left center; background-size: auto 25px; padding-left: 50px; overflow: hidden; }

.search_box .input_box input { width: 100%; font-size: 16px; line-height: 40px; border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.search_box .inp_button { float: right; }

.search_box .inp_button .btn { width: 100px; height: 40px; font-size: 16px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; background: #d91c22; color: #ffffff; cursor: pointer; border: 0; }

.search_close { cursor: pointer; position: absolute; right: 0; height: 40px; width: 40px; background: url(../images/ic/seach-close.png) no-repeat center center; background-size: 20px; }

div.header-wrapper .search_box .wrap { width: 600px; }

body.fixed2 div.header-wrapper { background: #ffffff; border-color: #ededed; }
body.fixed2 div.header-wrapper .logo img.thumbPc { display: none; }
body.fixed2 div.header-wrapper .logo img.thumbMobile { display: inline-block; }
body.fixed2 div.header-wrapper .top-right .navigation ul.list li span.top:first-child a { color: #222222; }
body.fixed2 div.header-wrapper .sm-menu span { background-color: #222222; }
body.fixed2 div.header-wrapper .sm-menu span:before, body.fixed2 div.header-wrapper .sm-menu span:after { background-color: #222222; }
body.fixed2 .top_label .item { border-left: 1px solid #ededed; }
body.fixed2 div.header-wrapper .seach_btn { background: url(../images/seach_on.png) no-repeat center center; }

div.header-wrapper:hover { background: rgba(255, 255, 255, 0.8); border-color: rgba(0, 0, 0, 0.4); }
div.header-wrapper:hover .logo img.thumbPc { display: none; }
div.header-wrapper:hover .logo img.thumbMobile { display: inline-block; }
div.header-wrapper:hover .top-right .navigation ul.list li span.top:first-child a { color: #222222; }
div.header-wrapper:hover .sm-menu span { background-color: #222222; }
div.header-wrapper:hover .sm-menu span:before, div.header-wrapper:hover .sm-menu span:after { background-color: #222222; }
div.header-wrapper:hover .top_label .item { border-left: 1px solid #ededed; }
div.header-wrapper:hover .seach_btn { background: url(../images/seach_on.png) no-repeat center center; }
div.header-wrapper:hover .navHidden { border-top: 1px solid rgba(0, 0, 0, 0.1); }

body.fixed div.header-wrapper .sm-menu span { background-color: transparent; }

body.fixed div.header-wrapper .sm-menu span:before { -webkit-transform: rotate(45deg) translate(8px, 5px); -ms-transform: rotate(45deg) translate(8px, 5px); transform: rotate(45deg) translate(8px, 5px); }

body.fixed div.header-wrapper .sm-menu span:after { -webkit-transform: rotate(-45deg) translate(8px, -5px); -ms-transform: rotate(-45deg) translate(8px, -5px); transform: rotate(-45deg) translate(8px, -5px); }

@media only screen and (max-width: 1460px) { div.header-wrapper .top-right .navigation ul.list li { float: left; padding: 0 15px; } }
@media only screen and (max-width: 1280px) { div.header-wrapper .top-right .navigation ul.list li { float: left; padding: 0 10px; } }
@media only screen and (max-width: 1024px) { div.header-wrapper { height: 66px; }
  div.header-wrapper .logo { margin: 20px 0; left: 5.335%; z-index: 1002; }
  .top_label { z-index: 1001; overflow: hidden; width: 100%; float: none; }
  .top_label .item { float: right; width: 66px; height: 66px; border: 0; }
  .top_label .item:first-child { display: block; position: absolute; left: 50%; margin-left: -33px; }
  div.header-wrapper .top-right { display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 999; background: #ffffff; padding: 74px 0 0; }
  div.header-wrapper .top-right .navigation { display: block; text-align: left; border-top: 1px solid rgba(0, 0, 0, 0.2); padding: 0 5.335%; }
  div.header-wrapper .top-right .navigation ul.list { padding: 0 6%; }
  div.header-wrapper .top-right .navigation ul.list li { float: none; padding: 0; border-top: 1px solid rgba(0, 0, 0, 0.2); }
  div.header-wrapper .top-right .navigation ul.list li:first-child { border: 0; }
  div.header-wrapper .top-right .navigation ul.list li i.handle { display: block; width: 40px; height: 100%; background: url("../images/paging_right.png") no-repeat center center; -webkit-background-size: 100% 100%; background-size: 20px auto; position: absolute; top: 0; right: 5px; -webkit-transition: All 0.4s ease-in-out; -o-transition: All 0.4s ease-in-out; transition: All 0.4s ease-in-out; }
  div.header-wrapper .top-right .navigation ul.list li span.top:first-child { line-height: 1.2; height: auto; display: block; }
  div.header-wrapper .top-right .navigation ul.list li span.top:first-child a { font-size: 0.878rem; padding: 1rem 4px; display: block; color: #222222; }
  div.header-wrapper .top-right .navigation ul.list li span.top:first-child a::after { content: ""; position: absolute; left: 0; margin-left: 0; bottom: 0; width: 100%; height: 3px; background: #d91c22; opacity: 0; filter: alpha(opacity=0); }
  div.header-wrapper .top-right .navigation ul.list li:hover .navHidden { display: none; }
  div.header-wrapper .top-right .navigation ul.list li:hover span.top:first-child a::after { opacity: 0; filter: alpha(opacity=0); }
  div.header-wrapper .top-right .navigation ul.list li.active span.top:first-child a::after { opacity: 1; filter: alpha(opacity=100); }
  div.header-wrapper .top-right .navigation ul.list li.noActive span.top:first-child a::after { opacity: 0; filter: alpha(opacity=0); }
  div.header-wrapper .top-right .navigation ul.list li.showIt .navHidden { display: block; visibility: visible; opacity: 1; filter: alpha(opacity=100); }
  div.header-wrapper .top-right .navigation ul.list li.showIt i.handle { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
  .navHidden { position: static; left: 0; top: 0; width: 100%; border-top: 1px solid rgba(34, 34, 34, 0.2); background: none; padding: 0; display: none; }
  .navHidden .nav_right { display: none; }
  .navHidden .nav_right img { width: 100%; }
  .navHidden .nav_left { float: none; width: 100%; max-width: 100%; padding-top: 0; }
  .navHidden .nav_left .nav-title { display: none; }
  .navHidden .nav_left .nav-synopsis { display: none; }
  .navHidden .nav_left .nav-list { overflow: hidden; }
  .navHidden .nav_left .nav-list .item { float: none; width: 100%; margin: 0; display: block; }
  .navHidden .nav_left .nav-list .item a { color: #222222; font-size: 0.805rem; background: none; padding-left: 0; display: block; padding: 0.8rem 15px; border-top: 1px solid rgba(34, 34, 34, 0.2); }
  .navHidden .nav_left .nav-list .item:first-child a { border: 0; }
  div.header-wrapper:hover { background: none; border-color: rgba(255, 255, 255, 0.5); }
  div.header-wrapper:hover .logo img.thumbPc { display: inline-block; }
  div.header-wrapper:hover .logo img.thumbMobile { display: none; }
  div.header-wrapper:hover .top-right .navigation ul.list li span.top:first-child a { color: #222222; }
  div.header-wrapper:hover .sm-menu span { background-color: #ffffff; }
  div.header-wrapper:hover .sm-menu span:before, div.header-wrapper:hover .sm-menu span:after { background-color: #ffffff; }
  div.header-wrapper:hover .top_label .item { border-left: 1px solid rgba(255, 255, 255, 0.5); border: 0; }
  div.header-wrapper:hover .seach_btn { background: url(../images/seach.png) no-repeat center center; background-size: 20px auto; }
  div.header-wrapper:hover .navHidden { border-top: 1px solid rgba(0, 0, 0, 0.1); }
  body.fixed div.header-wrapper .top-right { display: block; }
  body.fixed div.header-wrapper .logo img.thumbPc { display: none; }
  body.fixed div.header-wrapper .logo img.thumbMobile { display: inline-block; }
  body.fixed .top_label .item { border-color: rgba(34, 34, 34, 0.2); border: 0; }
  body.fixed div.header-wrapper .sm-menu span:before, body.fixed div.header-wrapper .sm-menu span:after { background-color: #222222; }
  body.fixed div.header-wrapper .seach_btn { background: url(../images/seach_on.png) no-repeat center center; background-size: 20px auto; }
  body.fixed2 .top_label .item { border: 0; }
  body.fixed2 div.header-wrapper .seach_btn { background: url(../images/seach_on.png) no-repeat center center; background-size: 20px auto; }
  div.header-wrapper .seach_btn { background-size: 20px auto; }
  .search_box { padding: 0; top: -180px; height: 68px; }
  .search_box.show { top: 0; }
  .search_box .wrap { padding-right: 4rem; font-size: 0; position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); }
  .search_box .input_box { padding-right: 1rem; line-height: 2.2rem; padding-left: 2rem; background-size: 1.2rem auto; overflow: hidden; }
  .search_box .input_box input { width: 100%; font-size: 0.932rem; line-height: 2.2rem; }
  .search_box .inp_button .btn { width: 5rem; height: 2.2rem; font-size: 0.878rem; -webkit-border-radius: 2.2rem; -moz-border-radius: 2.2rem; -ms-border-radius: 2.2rem; -o-border-radius: 2.2rem; border-radius: 2.2rem; display: flex; align-items: center; justify-content: center; }
  .search_close { height: 1.2rem; width: 1.2rem; background-size: 100% auto; right: 5.335%; top: 0.5rem; } }
.i_banner .swiper-slide .img { -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transition: all 10s ease; transition: all 10s ease; }

.i_banner .swiper-slide-active .img { -moz-transform: scale(1.2, 1.2); -ms-transform: scale(1.2, 1.2); -o-transform: scale(1.2, 1.2); -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }

.i_banner .cover_title01 { transform: translateX(60px); -ms-transform: translateX(60px); -moz-transform: translateX(60px); -webkit-transform: translateX(60px); -o-transform: translateX(60px); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }

.i_banner .cover_title02 { transform: translateX(60px); -ms-transform: translateX(60px); -moz-transform: translateX(60px); -webkit-transform: translateX(60px); -o-transform: translateX(60px); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }

.i_banner .swiper-slide-active .cover_title01, .i_banner .swiper-slide-active .cover_title02, .i_banner .swiper-slide-active .video_btn { transform: translateX(0); -ms-transform: translateX(0); -moz-transform: translateX(0); -webkit-transform: translateX(0); -o-transform: translateX(0); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

/*首页banner end*/
.i_banner { margin-top: 0; overflow: hidden; position: relative; }
.i_banner .ibanner-paginationBox { position: absolute; width: 100%; bottom: 10%; z-index: 99; }
.i_banner .ibanner-paginationBox .banner-prev, .i_banner .ibanner-paginationBox .banner-next { position: relative; z-index: 9; float: left; width: 48px; height: 48px; margin-right: 15px; cursor: pointer; }
.i_banner .ibanner-paginationBox .banner-prev { background: url(../images/ic/ic_l.png) no-repeat center center; background-size: 100%; }
.i_banner .ibanner-paginationBox .banner-prev:hover { background: url(../images/ic/ic_l_on.png) no-repeat center center; background-size: 100%; }
.i_banner .ibanner-paginationBox .banner-next { background: url(../images/ic/ic_r.png) no-repeat center center; background-size: 100%; }
.i_banner .ibanner-paginationBox .banner-next:hover { background: url(../images/ic/ic_r_on.png) no-repeat center center; background-size: 100%; }
.i_banner .ibanner-paginationBox .paginationBox { padding-left: 190px; position: relative; padding-top: 22.5px; }
.i_banner .ibanner-paginationBox .paginationBox .swiper-pagination { width: 100%; position: relative; font-size: 0; display: flex; text-align: left; }
.i_banner .ibanner-paginationBox .paginationBox .swiper-pagination::after { content: ""; position: absolute; left: 0; width: 100%; height: 3px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; background-color: rgba(255, 255, 255, 0.302); top: 1px; }
.i_banner .ibanner-paginationBox .paginationBox .swiper-pagination-bullet { position: relative; z-index: 9; cursor: pointer; width: 10px; height: 5px; border-radius: 5px; background: #ffffff; opacity: 0; filter: alpha(opacity=0); position: relative; flex: 1; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.i_banner .ibanner-paginationBox .paginationBox .swiper-pagination-bullet-active { opacity: 1; filter: alpha(opacity=100); }
.i_banner .ibanner_box { position: relative; }
.i_banner .ibanner_box .item { overflow: hidden; position: relative; }
.i_banner .ibanner_box .item .img { position: relative; background-size: cover; background-position: center center; }
.i_banner .ibanner_box .item .img .img-i { background-size: cover; background-position: center center; position: static; left: 0; top: 0; width: 100%; height: 100%; }
.i_banner .ibanner_box .item .img .imgN { display: none; }
.i_banner .ibanner_box .item .img img { width: 100%; }
.i_banner .ibanner_box .item .i_banner_box { position: absolute; top: 50%; left: 0; width: 100%; z-index: 999; -webkit-transform: translateY(-60%); -moz-transform: translateY(-60%); -ms-transform: translateY(-60%); -o-transform: translateY(-60%); transform: translateY(-60%); }
.i_banner .ibanner_box .item .i_banner_box .wrap { margin: 0 auto; }
.i_banner .ibanner_box .item .i_banner_box .wrap .cover_title01 { font-size: 60px; color: #fffefe; text-transform: uppercase; line-height: 1.4; margin-top: 20px; letter-spacing: 8px; }
.i_banner .ibanner_box .item .i_banner_box .wrap .cover_title02 { text-transform: uppercase; font-size: 18px; color: rgba(255, 254, 254, 0.702); line-height: 1; font-weight: normal; font-family: "AzoSans"; }

/*首页banner end*/
@media only screen and (max-width: 768px) { .swiper-pagination-bullet { width: 1rem; height: 1rem; background-size: 100% auto; }
  .swiper-pagination-bullet-active { width: 1rem; background-size: 100% auto; }
  .i_banner .ibanner-paginationBox { bottom: 5%; }
  .i_banner .ibanner-paginationBox .banner-prev, .i_banner .ibanner-paginationBox .banner-next { width: 2rem; height: 2rem; margin-right: 0.5rem; display: none; }
  .i_banner .ibanner-paginationBox .paginationBox { padding-left: 0; padding-top: 1rem; }
  .i_banner .ibanner-paginationBox .paginationBox .swiper-pagination::after { height: 3px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; top: 1px; }
  .i_banner .ibanner-paginationBox .paginationBox .swiper-pagination-bullet { width: 10px; height: 5px; border-radius: 5px; flex: 1; }
  .i_banner .ibanner_box { position: relative; }
  .i_banner .ibanner_box .item .i_banner_box .wrap { margin: 0 auto; }
  .i_banner .ibanner_box .item .i_banner_box .wrap .cover_title01 { font-size: 2rem; margin-top: 1rem; line-height: 1.4; }
  .i_banner .ibanner_box .item .i_banner_box .wrap .cover_title02 { font-size: 0.878rem; } }
.swiper-container-scoll .swiper-slide { height: auto; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; }

.swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; background: rgba(0, 0, 0, 0.1); }

.product-list { padding-top: 90px; overflow: hidden; }
.product-list .item { float: left; width: 24.6354%; margin-right: 0.485%; position: relative; margin-bottom: 0.485%; }
.product-list .item.item2 { width: 49.7395%; }
.product-list .item.item3 { float: right; margin-right: 0; }
.product-list .item .img { overflow: hidden; }
.product-list .item .img .img-bg { background-size: 0; background-repeat: no-repeat; background-position: center; }
.product-list .item .img img { width: 100%; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.product-list .item .info { position: absolute; left: 0; bottom: 0; width: 100%; height: 170px; background: url(../images/ic/ic_1.png) no-repeat center center; padding: 70px 5% 0; color: #ededed; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; opacity: 0; filter: alpha(opacity=0); }
.product-list .item .info .ftitle { color: #ededed; font-size: 16px; opacity: 0.8; filter: alpha(opacity=80); }
.product-list .item .info .title { margin-top: 14px; font-size: 20px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding-right: 60px; background: url(../images/ic/ic_2.png) no-repeat right center; }
.product-list .item:hover .img img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
.product-list .item:hover .info { opacity: 1; filter: alpha(opacity=100); }

.index_news_list { overflow: hidden; padding: 150px 0 110px; }
.index_news_list .item { float: left; width: 49.74%; margin-right: 0.52%; margin-bottom: 0.52%; position: relative; background: #f9f9f9; height: 380px; }
.index_news_list .item:nth-child(3) { margin-right: 0; }
.index_news_list .item:last-child { margin-right: 0; }
.index_news_list .item .img { height: 380px; width: 100%; background-repeat: no-repeat; background-size: cover; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.index_news_list .item:first-child { height: 380px; }
.index_news_list .item:first-child .img-box { width: 100%; float: none; }
.index_news_list .item:first-child .info { position: absolute; left: 0; bottom: 0; width: 100%; color: #f9f9f9; line-height: 24px; padding: 5%; }
.index_news_list .item:first-child .info .box { position: relative; padding-right: 150px; }
.index_news_list .item:first-child .info .box .data { float: right; position: absolute; right: 0; top: 0; margin-top: 0; }
.index_news_list .item:nth-child(2), .index_news_list .item:nth-child(3) { width: 24.61%; }
.index_news_list .item:nth-child(2) .info, .index_news_list .item:nth-child(3) .info { width: 100%; float: none; }
.index_news_list .item .img-box { width: 36.66%; float: left; overflow: hidden; }
.index_news_list .item:hover .img-box .img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
.index_news_list .item:hover .info .title { color: #d91c22; }
.index_news_list .item .info { width: 63.34%; float: left; padding: 12%; color: #878787; }
.index_news_list .item .info .label { font-size: 16px; }
.index_news_list .item .info .title { margin-top: 6%; font-size: 20px; text-align: justify; line-height: 1.2; overflow: hidden; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; height: 48px; font-weight: bold; }
.index_news_list .item .info .synopsis { margin-top: 8%; font-size: 16px; line-height: 1.4; overflow: hidden; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; height: 66px; }
.index_news_list .item .info .data { font-size: 16px; font-family: 'AzoSans'; margin-top: 9%; }

.footer { background: #4a4a4a; overflow: hidden; color: #fff; position: relative; z-index: 2; }
.footer .wrap { width: 1700px; }
.footer .footerA { padding: 100px 0 80px; overflow: hidden; }
.footer .footerA .footer_contact { float: right; }
.footer .footerA .footer_contact .ewm { overflow: hidden; }
.footer .footerA .footer_contact .ewm .item { float: left; text-align: center; }
.footer .footerA .footer_contact .ewm .item h3 { color: #ffffff; font-size: 18px; opacity: 0.5; filter: alpha(opacity=50); margin-top: 15px; }
.footer .footerA .footer_contact .bdshare-button-style0-16 { font-size: 0; text-align: right; margin-top: 30px; }
.footer .footerA .footer_contact .bdshare-button-style0-16 a { float: none; display: inline-block; width: 30px; height: 30px !important; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; text-align: center; z-index: 0; padding: 0; margin: 0 0 0 10px !important; background: rgba(255, 255, 255, 0.5) !important; line-height: 29px; }
.footer .footerA .footer_contact .bdshare-button-style0-16 a .iconfont { display: block; font-size: 20px; color: #333; }
.footer .footerA .footer_contact .bdshare_weixin_qrcode_dialog_bg > * { box-sizing: inherit; -webkit-box-sizing: inherit; }
.footer .footerA .footer_contact .bd_weixin_popup { box-sizing: inherit; -webkit-box-sizing: inherit; height: auto !important; }
.footer .footerA .footer_contact .bd_weixin_popup .bd_weixin_popup_foot { box-sizing: inherit; -webkit-box-sizing: inherit; line-height: 16px; }
.footer .footerA .footer_contact .bd_weixin_popup * { box-sizing: inherit; -webkit-box-sizing: inherit; }
.footer .footerA .footer_nav { float: left; overflow: hidden; }
.footer .footerA .footer_nav div { float: left; margin-right: 80px; }
.footer .footerA .footer_nav div h3 { color: #ffffff; font-size: 16px; }
.footer .footerA .footer_nav div ul { margin-top: 20px; }
.footer .footerA .footer_nav div ul a { color: #ffffff; font-size: 14px; line-height: 34px; opacity: .6; }
.footer .footerA .footer_nav div ul a:hover { opacity: 1; }
.footer .footerA .footer_nav div:last-child { margin-right: 0; }
.footer .footerA .footer_ewm { float: right; }
.footer .footerA .footer_ewm div { font-size: 14px; text-align: center; margin-left: 30px; }
.footer .footerA .footer_ewm div h3 { padding-top: 10px; font-weight: normal; color: #e19b17; }
.footer .footerB { overflow: hidden; background: #434343; padding: 30px 0px; color: rgba(255, 255, 255, 0.87); font-size: 14px; line-height: 1; text-align: center; }
.footer .footerB .footer-copyright { float: left; color: rgba(255, 255, 255, 0.5); font-size: 14px; }
.footer .footerB .footer-copyright a { color: rgba(255, 255, 255, 0.5); }
.footer .footerB .footer-copyright p { display: inline-block; }
.footer .footerB .footer-copyright span::after { content: "|"; margin: 0 20px; }
.footer .footerB .footer-copyright .cnzz_icon { margin-left: 20px; }
.footer .footerB .footer-db-link { float: right; font-size: 14px; color: rgba(255, 255, 255, 0.5); }
.footer .footerB .footer-db-link a { color: rgba(255, 255, 255, 0.5); }
.footer .footerB .footer-db-link a:hover { color: white; }
.footer .footerB .footer-db-link span { margin: 0 5px; position: relative; top: -1px; }

.footer_slider { position: fixed; z-index: 999; right: 0; top: 50%; margin-top: -70px; }
.footer_slider a, .footer_slider span { display: block; margin-top: 2px; width: 70px; position: relative; cursor: pointer; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.footer_slider a img, .footer_slider span img { width: 100%; }
.footer_slider a .hidden, .footer_slider span .hidden { position: absolute; right: 100%; overflow: hidden; top: 0; display: none; font-size: 0; text-align: right; width: 144px; }
.footer_slider a .hidden a, .footer_slider span .hidden a { display: inline-block; margin-top: 0; margin-bottom: 2px; margin-right: 2px; background: rgba(0, 0, 0, 0.3); -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.footer_slider a .hidden a:hover, .footer_slider span .hidden a:hover { background: rgba(0, 0, 0, 0.6); }
.footer_slider a:hover .hidden, .footer_slider span:hover .hidden { display: block; }
.footer_slider a#backTop:hover { background: rgba(0, 0, 0, 0.3); }

.make-box { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 9999; display: none; }
.make-box .make-img { position: fixed; top: 50%; left: 50%; width: 140px; height: 140px; margin-left: -70px; margin-top: -70px; }

@media only screen and (max-width: 1320px) { .footer .footerA .footer_nav div { margin-right: 60px; } }
.page_ban { position: relative; }
.page_ban .img-box { overflow: hidden; background-repeat: no-repeat; background-size: cover; background-position: center; }
.page_ban .img-box img { width: 100%; }
.page_ban .img-info { position: absolute; left: 0; bottom: 0; width: 100%; padding: 0 60px 40px; display: flex; align-items: center; }
.page_ban .img-info .liner-fix { flex: 1; position: relative; height: 100%; }
.page_ban .img-info .liner-fix::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; background: #ffffff; height: 1px; top: 50%; margin-top: -0.5px; opacity: 0.5; filter: alpha(opacity=50); }
.page_ban .img-info .info_title { float: left; color: #ffffff; font-size: 44px; font-weight: bold; position: relative; padding-right: 70px; }
.page_ban .img-info .category { float: right; color: #ffffff; line-height: 62px; position: relative; }
.page_ban .img-info .category .category_head { line-height: 62px; font-size: 20px; padding: 0 20px 0 40px; }
.page_ban .img-info .category .category_head a { color: #ffffff; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.page_ban .img-info .category .category_head .fa { margin-left: 30px; }
.page_ban .img-info .category:hover .category_head a { color: #d91c22; }
.page_ban .img-info .category:hover .category_nav { display: block; }
.page_ban .img-info .category .category_nav { display: none; position: absolute; right: 0; top: 100%; z-index: 9; background: #ffffff; width: 220px; padding: 15px 30px 15px 30px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
.page_ban .img-info .category .category_nav::after { content: ""; position: absolute; left: 50%; top: -8px; width: 19px; height: 8px; background: url(../images/ic/ic_6.png) no-repeat center center; margin-left: -9.5px; }
.page_ban .img-info .category .category_nav a { display: block; font-size: 18px; line-height: 1.2; padding: 15px 0; border-bottom: 1px solid #d5d4d4; color: #888888; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.page_ban .img-info .category .category_nav a:hover, .page_ban .img-info .category .category_nav a.active { color: #d91c22; border-color: #d91c22; }
.page_ban .img-info .category .category_nav a:last-child { border: 0; }

.page-title { text-align: center; line-height: 1.2; }
.page-title h3 { font-size: 36px; color: #020401; font-weight: bold; }
.page-title h4 { font-size: 20px; color: #666666; margin-top: 40px; line-height: 1.6; }
.page-title p { font-size: 14px; color: #a6a6a6; text-transform: uppercase; margin-top: 5px; }
.page-title .liner { margin: 0 auto; width: 20px; height: 4px; background: #f7050d; margin-top: 20px; }
.page-title .info { margin-top: 30px; text-align: center; font-size: 20px; color: #444444; line-height: 1.6; }

.about_first { padding: 90px 0 80px; overflow: hidden; background: #eeeff2; }
.about_first .list { margin-top: 40px; }
.about_first .list .item { float: left; width: 33%; margin-right: 0.5%; background-repeat: no-repeat; background-position: center center; background-size: cover; height: 382px; padding: 30px; position: relative; -webkit-transition: 0.6s; -moz-transition: 0.6s; -ms-transition: 0.6s; -o-transition: 0.6s; transition: 0.6s; top: 0; }
.about_first .list .item:nth-child(3n) { margin-right: 0; }
.about_first .list .item::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 5px; z-index: 1; background: #d91c22; }
.about_first .list .item:hover { -webkit-box-shadow: 0 0px 20px 2px rgba(217, 28, 34, 0.4); -moz-box-shadow: 0 0px 20px 2px rgba(217, 28, 34, 0.4); -ms-box-shadow: 0 0px 20px 2px rgba(217, 28, 34, 0.4); -o-box-shadow: 0 0px 20px 2px rgba(217, 28, 34, 0.4); box-shadow: 0 0px 20px 2px rgba(217, 28, 34, 0.4); z-index: 9; top: -10px; }
.about_first .list .item:hover .box { background: rgba(0, 0, 0, 0.8); }
.about_first .list .item .box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 12%; background: rgba(0, 0, 0, 0.6); -webkit-transition: 0.6s; -moz-transition: 0.6s; -ms-transition: 0.6s; -o-transition: 0.6s; transition: 0.6s; }
.about_first .list .item .box .item-title { color: #ffffff; font-size: 20px; line-height: 1.4; height: 66px; }
.about_first .list .item .box .item-info { color: #c0c1c1; font-size: 16px; line-height: 1.4; margin-top: 48px; text-align: justify; }
.about_first .list .item .box .item-info ul li { position: relative; margin-bottom: 20px; }

.about_map { padding: 80px 0; background: #f9f9fb; }
.about_map .page_wrap { width: 1492px; max-width: 100%; }
.about_map .map_nav { margin-top: 60px; overflow: hidden; background: url(../images/ic/ic_7.png) top left; padding: 0 24.5px; }
.about_map .map_nav .item { float: left; width: 9%; position: relative; text-align: center; font-size: 0; padding: 10px 10px; }
.about_map .map_nav .item::after { content: ''; position: absolute; right: 0; top: 50%; margin-top: -10px; width: 1px; height: 20px; background: #e5e5e6; }
.about_map .map_nav .item a { color: #666666; font-size: 20px; display: block; line-height: 38px; text-align: center; border-radius: 38px; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.about_map .map_nav .item a:hover, .about_map .map_nav .item a.active { background: #d91c22; color: #ffffff; }
.about_map .map_content { width: 874px; height: 642px; position: relative; background-image: url(../images/ic/map.png); background-position: center; background-repeat: no-repeat; margin: 0 auto; }
.about_map .map_content .map-item { position: absolute; left: 0; top: 0; }
.about_map .map_content .map-item .map-item-btn { width: 15px; height: 20px; background: url(../images/ic/ic_8.png) no-repeat center center; }
.about_map .map_content .map-item .map-item-info { margin-top: 20px; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); top: 100%; background: #f9f9fb; padding: 25px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 0 0px 18px 0px rgba(131, 131, 131, 0.2); -moz-box-shadow: 0 0px 18px 0px rgba(131, 131, 131, 0.2); -ms-box-shadow: 0 0px 18px 0px rgba(131, 131, 131, 0.2); -o-box-shadow: 0 0px 18px 0px rgba(131, 131, 131, 0.2); box-shadow: 0 0px 18px 0px rgba(131, 131, 131, 0.2); display: none; z-index: 99; }
.about_map .map_content .map-item .map-item-info .map-close { background: url(../images/ic/close2.png) no-repeat center center; background-size: 100% auto; width: 18px; height: 18px; position: absolute; right: 10px; top: 20px; opacity: 0.7; filter: alpha(opacity=70); cursor: pointer; }
.about_map .map_content .map-item .map-item-info::before { content: ''; position: absolute; left: 50%; margin-left: -5px; width: 0; border: 10px solid; border-color: #f9f9fb; transform: rotate(-45deg); -webkit-box-shadow: 0 0px 18px 0px rgba(131, 131, 131, 0.2); -moz-box-shadow: 0 0px 18px 0px rgba(131, 131, 131, 0.2); -ms-box-shadow: 0 0px 18px 0px rgba(131, 131, 131, 0.2); -o-box-shadow: 0 0px 18px 0px rgba(131, 131, 131, 0.2); box-shadow: 0 0px 18px 0px rgba(131, 131, 131, 0.2); }
.about_map .map_content .map-item .map-item-info::after { content: ''; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; position: absolute; left: 0; width: 100%; background: #f9f9fb; height: 10px; }
.about_map .map_content .map-item .map-item-info .box { padding-top: 20px; position: relative; display: table; }
.about_map .map_content .map-item .map-item-info .box .item { width: 250px; display: table-cell; white-space: normal; vertical-align: top; padding: 0 20px; position: relative; }
.about_map .map_content .map-item .map-item-info .box .item::after { content: ""; position: absolute; right: -0.5px; top: 0; width: 1px; height: 100%; background: #ededed; }
.about_map .map_content .map-item .map-item-info .box .item:last-child { padding-right: 0; }
.about_map .map_content .map-item .map-item-info .box .item:last-child::after { display: none; }
.about_map .map_content .map-item .map-item-info .box .item:first-child { padding-left: 0; }
.about_map .map_content .map-item .map-item-info .box .item .item-title { width: 250px; }
.about_map .map_content .map-item .map-item-info .title { font-size: 18px; color: #020401; line-height: 1.2; font-weight: bold; width: 250px; }
.about_map .map_content .map-item .map-item-info .info { margin-top: 15px; line-height: 1.4; }
.about_map .map_content .map-item .map-item-info .info div { overflow: hidden; font-size: 16px; margin-bottom: 13px; }
.about_map .map_content .map-item .map-item-info .info div span { float: left; color: #d91c22; }
.about_map .map_content .map-item .map-item-info .info div h3 { color: #888888; padding-left: 48px; }
.about_map .map_content .map-item .map-item-info .img img { width: 100%; }
.about_map .map_content .map-item.up .map-item-info::before { top: -10px; }
.about_map .map_content .map-item.up .map-item-info::after { top: 0; }
.about_map .map_content .map-item.down .map-item-info { top: auto; bottom: 100%; margin-top: auto; margin-bottom: 20px; }
.about_map .map_content .map-item.down .map-item-info::before { bottom: -10px; }
.about_map .map_content .map-item.down .map-item-info::after { bottom: 0; }
.about_map .map_content .map-item.liaoning { left: 690px; top: 240px; }
.about_map .map_content .map-item.beijing { left: 600px; top: 263px; }
.about_map .map_content .map-item.shanxi { left: 545px; top: 316px; }
.about_map .map_content .map-item.shanxi2 { left: 500px; top: 336px; }
.about_map .map_content .map-item.gansu { left: 425px; top: 335px; }
.about_map .map_content .map-item.henan { left: 567px; top: 355px; }
.about_map .map_content .map-item.jiangsu { left: 630px; top: 375px; }
.about_map .map_content .map-item.anhui { left: 605px; top: 400px; }
.about_map .map_content .map-item.hubei { left: 577px; top: 431px; }
.about_map .map_content .map-item.shanghai { left: 674px; top: 419px; }
.about_map .map_content .map-item.zhejiang { left: 653px; top: 437px; }
.about_map .map_content .map-item.jiangxi { left: 613px; top: 459px; }
.about_map .map_content .map-item.hunan { left: 546px; top: 473px; }
.about_map .map_content .map-item.fujian { left: 622px; top: 500px; }
.about_map .map_content .map-item.guangdong { left: 574px; top: 550px; }
.about_map .map_content .map-item.guangxi { left: 500px; top: 540px; }
.about_map .map_content .map-item.yunnan { left: 574px; top: 550px; }
.about_map .map_content .map-item.chongqing { left: 464px; top: 450px; }
.about_map .map_content .map-item.guizhou { left: 465px; top: 486px; }
.about_map .map_content .map-item.yunnan { left: 386px; top: 530px; }
.about_map .map_content .map-item.sichuan { left: 385px; top: 448px; }
.about_map .map_content .map-item.sichuan .map-item-btn { width: 20px; height: 20px; background: url(../images/ic/ic_9.png) no-repeat center center; }
.about_map .map_content .map-item.shandong { left: 610px; top: 320px; }
.about_map .map_content .map-item.jinan { left: 633px; top: 343px; }
.about_map .map_content .map-item.xinjiang { left: 175px; top: 240px; }
.about_map .map_list { overflow: hidden; }
.about_map .map_list .map_list_box { text-align: center; font-size: 0; }
.about_map .map_list .map_list_box .item { display: inline-block; color: #444444; border-right: 1px solid #e5e5e5; padding: 0 70px; }
.about_map .map_list .map_list_box .item:last-child { border: 0; }
.about_map .map_list .map_list_box .item .num { line-height: 1.2; font-size: 54px; font-weight: bold; color: #d91c22; }
.about_map .map_list .map_list_box .item .title { font-size: 20px; }
.about_map .map_list .map_list_box .item .ftitle { font-size: 16px; opacity: 0.5; filter: alpha(opacity=50); }

.single-page { font-size: 16px; color: #888888; line-height: 1.6; text-align: justify; }
.single-page h3 { font-size: 30px; color: #000000; line-height: 1.4; }
.single-page h4 { font-size: 28px; color: #000000; line-height: 1.4; }
.single-page h5 { font-size: 24px; color: #000000; line-height: 1.4; }
.single-page h6 { font-size: 20px; color: #000000; font-weight: bold; line-height: 1.4; }
.single-page img { max-width: 100%; height: auto !important; }
.single-page video, .single-page iframe { max-width: 100%; }
.single-page strong, .single-page b { font-weight: bold; }

.about_advantage { background: #eeeff2; overflow: hidden; padding: 90px 0; }
.about_advantage .single-page { margin-top: 70px; text-align: center; }
.about_advantage .advantage_box { position: relative; width: 1402px; margin: 0 auto; max-width: 100%; margin-top: 70px; }
.about_advantage .advantage_box .text { color: #ffffff; position: absolute; z-index: 999; line-height: 80px; height: 100%; width: 100%; text-align: center; font-size: 20px; z-index: 9999; }
.about_advantage .advantage_box .text.hx1 { top: 0; left: 0; transform: rotate(3deg); }
.about_advantage .advantage_box .text.hx2 { top: 50%; right: 64%; transform: rotate(52deg); }
.about_advantage .advantage_box .text.hx3 { top: 47%; left: 64%; transform: rotate(-54deg); }
.about_advantage .advantage_box.m_advantage_box { display: none; }
.about_advantage .advantage_box img { width: 100%; }
.about_advantage .advantage_box .img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); opacity: 0; filter: alpha(opacity=0); -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; transition: 1s; }
.about_advantage .advantage_box .img.active { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.about_advantage .advantage_box .img .link { position: absolute; left: 50%; margin-left: -209.5px; width: 419px; height: 155px; }
.about_advantage .advantage_box .img .link.link_1 { top: 0; }
.about_advantage .advantage_box .img .link.link_2 { width: 209px; height: 255px; bottom: 0; }
.about_advantage .advantage_box .img .link.link_3 { bottom: 0; width: 209px; height: 255px; margin-left: auto; }
.about_advantage .advantage_box .item { position: absolute; left: 0; top: 0; width: 38.5%; height: 100px; z-index: 99; padding-left: 73px; padding-right: 52px; }
.about_advantage .advantage_box .item .icon { top: 9px; font-size: 0; position: absolute; left: 0; }
.about_advantage .advantage_box .item .icon img { width: auto; }
.about_advantage .advantage_box .item::after { content: ""; position: absolute; top: 35px; left: 73px; width: 11px; height: 11px; background: #d91c22; -webkit-border-radius: 11px; -moz-border-radius: 11px; -ms-border-radius: 11px; -o-border-radius: 11px; border-radius: 11px; }
.about_advantage .advantage_box .item.item_2 { padding-right: 73px; padding-left: 52px; left: auto; right: 0; }
.about_advantage .advantage_box .item.item_2 .icon { left: auto; right: 0; }
.about_advantage .advantage_box .item.item_2::after { left: auto; right: 73px; }
.about_advantage .advantage_box .item.item_2 .item-box::after { left: 0; }
.about_advantage .advantage_box .item.item_2 .item-box::before { right: auto; left: -82px; -webkit-transform: rotate(-48deg); -moz-transform: rotate(-48deg); -ms-transform: rotate(-48deg); -o-transform: rotate(-48deg); transform: rotate(-48deg); transform-origin: 100% 0; }
.about_advantage .advantage_box .item.item_3 { top: auto; bottom: 0; }
.about_advantage .advantage_box .item.item_3 .item-box::before { top: 40px; right: -82px; -webkit-transform: rotate(-48deg); -moz-transform: rotate(-48deg); -ms-transform: rotate(-48deg); -o-transform: rotate(-48deg); transform: rotate(-48deg); transform-origin: 0 0; }
.about_advantage .advantage_box .item.item_4 { top: auto; bottom: 0; padding-right: 73px; padding-left: 52px; left: auto; right: 0; }
.about_advantage .advantage_box .item.item_4 .icon { left: auto; right: 0; }
.about_advantage .advantage_box .item.item_4::after { left: auto; right: 73px; }
.about_advantage .advantage_box .item.item_4 .item-box::after { left: 0; }
.about_advantage .advantage_box .item.item_4 .item-box::before { top: 40px; right: auto; left: -82px; -webkit-transform: rotate(48deg); -moz-transform: rotate(48deg); -ms-transform: rotate(48deg); -o-transform: rotate(48deg); transform: rotate(48deg); transform-origin: 100% 0; }
.about_advantage .advantage_box .item .item-box { position: relative; }
.about_advantage .advantage_box .item .item-box h3 { font-size: 18px; color: #999999; padding-left: 24px; line-height: 1.2; }
.about_advantage .advantage_box .item .item-box h3 font { font-size: 22px; color: #525252; }
.about_advantage .advantage_box .item .item-box h3:hover { color: #d91c22; }
.about_advantage .advantage_box .item .item-box h3:hover font { color: #d91c22; }
.about_advantage .advantage_box .item .item-box::after { content: ""; position: absolute; top: 40px; left: 0; width: 100%; border-top: 1px dashed #ababab; }
.about_advantage .advantage_box .item .item-box::before { content: ""; position: absolute; top: 40px; right: -82px; width: 80px; border-top: 1px dashed #ababab; -webkit-transform: rotate(48deg); -moz-transform: rotate(48deg); -ms-transform: rotate(48deg); -o-transform: rotate(48deg); transform: rotate(48deg); transform-origin: 0 0; }
@media only screen and (max-width: 1480px) { .about_advantage .advantage_box .item .item-box h3 { font-size: 16px; }
  .about_advantage .advantage_box .item .item-box h3 font { font-size: 20px; } }
@media only screen and (max-width: 1280px) { .about_advantage .advantage_box .item .item-box h3 { font-size: 14px; }
  .about_advantage .advantage_box .item .item-box h3 font { font-size: 18px; } }
.about_advantage .box-img { width: 419px; margin: 0 auto; font-size: 0; background-repeat: no-repeat; background-position: center center; background-size: 100%; position: relative; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); opacity: 0; filter: alpha(opacity=0); -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; transition: 1s; }
.about_advantage .box-img img { width: 100; }
.about_advantage .box-img .img-bg { background-repeat: no-repeat; background-position: center center; background-size: 100%; position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: none; }
.about_advantage .box-img.active { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.about_business { padding: 90px 0; overflow: hidden; background: #f9f9fb; }
.about_business .business_box { margin-top: 60px; overflow: hidden; }
.about_business .business_box .item { float: left; width: 32.7%; margin-right: 0.95%; margin-bottom: 0.95%; position: relative; }
.about_business .business_box .item:nth-child(3n) { margin-right: 0; }
.about_business .business_box .item::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; background: #000000; opacity: 0; filter: alpha(opacity=0); -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; pointer-events: none; }
.about_business .business_box .item .img { overflow: hidden; }
.about_business .business_box .item .img img { width: 100%; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.about_business .business_box .item:hover img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
.about_business .business_box .item:hover::before { opacity: 0.5; filter: alpha(opacity=50); }
.about_business .business_box .item .info { z-index: 2; position: absolute; left: 0; bottom: 0; width: 100%; color: #f5f6f9; padding: 20px; line-height: 1.2; }
.about_business .business_box .item .info .title { font-size: 20px; }
.about_business .business_box .item .info .ftitle { font-size: 16px; margin-top: 2px; text-transform: uppercase; }

.swiper_switch { margin-top: 40px; text-align: center; font-size: 0; position: relative; }
.swiper_switch::after { content: ""; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; margin-top: -0.5px; background: #e3e3e3; }
.swiper_switch .box { display: inline-block; background: #f9f9fb; padding: 0 20px; position: relative; z-index: 9; }
.swiper_switch .box .swiper-prev, .swiper_switch .box .swiper-next { width: 55px; height: 55px; -webkit-border-radius: 55px; -moz-border-radius: 55px; -ms-border-radius: 55px; -o-border-radius: 55px; border-radius: 55px; background-size: 100%; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; display: inline-block; margin: 0 4px; }
.swiper_switch .box .swiper-prev { background: url(../images/ic/ic_left.png) no-repeat center center #ebebec; }
.swiper_switch .box .swiper-prev:hover { background: url(../images/ic/ic_left_on.png) no-repeat center center #d91c22; }
.swiper_switch .box .swiper-next { background: url(../images/ic/ic_right.png) no-repeat center center #ebebec; }
.swiper_switch .box .swiper-next:hover { background: url(../images/ic/ic_right_on.png) no-repeat center center #d91c22; }

.about_honor { padding: 90px 0; overflow: hidden; background: #eeeff2; }
.about_honor .honor_box { margin-top: 60px; }
.about_honor .honor_box .list { font-size: 0; }
.about_honor .honor_box .list .item { display: inline-block; vertical-align: middle; width: 23.52%; margin-right: 1.97%; position: relative; }
.about_honor .honor_box .list .item:nth-child(4n) { margin-right: 0; }
.about_honor .honor_box .list .item .img { -webkit-box-shadow: 0 0px 18px 0px rgba(131, 131, 131, 0.5); -moz-box-shadow: 0 0px 18px 0px rgba(131, 131, 131, 0.5); -ms-box-shadow: 0 0px 18px 0px rgba(131, 131, 131, 0.5); -o-box-shadow: 0 0px 18px 0px rgba(131, 131, 131, 0.5); box-shadow: 0 0px 18px 0px rgba(131, 131, 131, 0.5); }
.about_honor .honor_box .list .item .img img { width: 100%; }
.about_honor .honor_box .list .item .info { position: absolute; left: 0; top: 35%; width: 100%; text-align: center; font-size: 23px; color: #444444; padding: 0 10%; }
.about_honor .swiper-paginations { text-align: center; margin-top: 50px; }
.about_honor .swiper-paginations .swiper-pagination-bullet { background: #cfd0d2; width: 14px; height: 14px; margin: 0 3px; -webkit-border-radius: 14px; -moz-border-radius: 14px; -ms-border-radius: 14px; -o-border-radius: 14px; border-radius: 14px; opacity: 1; filter: alpha(opacity=100); }
.about_honor .swiper-paginations .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #d91c22; width: 30px; }

.about_partner { padding: 90px 0; overflow: hidden; background: #f9f9fb; }
.about_partner .partner_box { margin-top: 60px; }
.about_partner .partner_box .item { float: left; width: 24.23%; margin-right: 1.026%; margin-bottom: 1.026%; position: relative; background: #ffffff; overflow: hidden; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; -webkit-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05); -ms-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05); -o-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05); }
.about_partner .partner_box .item:nth-child(4n) { margin-right: 0; }
.about_partner .partner_box .item img { width: 100%; }
.about_partner .partner_box .item:hover { z-index: 99; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.abou_culture { background: #f4f5f9; overflow: hidden; }
.abou_culture .culture-title { text-align: center; font-size: 0; padding: 105px 0 43px; }
.abou_culture .culture-title h1 { font-size: 40px; color: #333333; font-weight: bold; line-height: 1.4; display: inline-block; position: relative; }
.abou_culture .culture-title h1::after, .abou_culture .culture-title h1::before { content: ""; position: absolute; width: 9px; height: 9px; -webkit-border-radius: 9px; -moz-border-radius: 9px; -ms-border-radius: 9px; -o-border-radius: 9px; border-radius: 9px; background: #d91c22; top: 50%; margin-top: -4.5px; }
.abou_culture .culture-title h1::after { left: -50px; }
.abou_culture .culture-title h1::before { right: -50px; }
.abou_culture .culture-list .item .img { background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; height: 570px; text-align: center; color: #ffffff; text-shadow: 0px 0 5px rgba(0, 0, 0, 0.6); }
.abou_culture .culture-list .item .img h4 { font-size: 28px; }
.abou_culture .culture-list .item .img h3 { font-size: 40px; margin-top: 20px; }
.abou_culture .culture-list .item .img .page_wrap { position: absolute; top: 50%; left: 0; width: 100%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.abou_culture .culture-list .item .img img { width: 100%; }
.abou_culture .culture-list .item .info { text-align: center; padding: 40px 0 60px; font-size: 20px; color: #444444; line-height: 1.6; }
.abou_culture .culture-list .item .info .page_wrap { width: 1220px; }

.core_team { overflow: hidden; background: #f4f5f9; padding: 80px 0; }
.core_team .core_team_info { background: #ffffff; position: relative; height: 606px; }
.core_team .core_team_info .img { width: 50%; height: 606px; background-size: cover; background-position: center; position: absolute; right: 0; top: 0; }
.core_team .core_team_info .box { padding: 20px 3%; width: 50%; margin: 0; overflow: hidden; }
.core_team .core_team_info .box .box-item { overflow: hidden; }
.core_team .core_team_info .box .box-item:first-child .item { width: 100%; float: none; }
.core_team .core_team_info .box .box-item:first-child .item:first-child { width: 100%; }
.core_team .core_team_info .box .box-item .item { margin-top: 60px; float: left; width: 32%; padding-right: 20px; }
.core_team .core_team_info .box .box-item .item:first-child { width: 36%; }
.core_team .core_team_info .box .box-item .item:nth-child(3n + 1) { width: 36%; }
.core_team .core_team_info .box .box-item .item:nth-child(3n) { padding-right: 0; }
.core_team .core_team_info .box .box-item .item .num { font-size: 58px; color: #333333; font-family: "Alfphabet-Condensed"; text-transform: uppercase; background-position: left center; background-repeat: no-repeat; padding-left: 42px; }
.core_team .core_team_info .box .box-item .item .title { color: #c5c5c5; font-size: 20px; padding-left: 42px; }
.core_team .core_team_info .box .box-item .item .title span { font-size: 14px; }

.management-team { padding: 80px 0; overflow: hidden; background: #f4f5f9; }
.management-team .management-box { background: #eaebee; position: relative; height: 415px; margin-top: 105px; padding: 65px; padding-right: 671px; }
.management-team .management-box .img { position: absolute; right: 0; bottom: -60px; width: 671px; }
.management-team .management-box .img img { width: 100%; }
.management-team .management-box .box .title { color: #333333; font-size: 30px; line-height: 1.2; }
.management-team .management-box .box .info { margin-top: 40px; }
.management-team .management-box .box .info .info-box { height: 209px; font-size: 18px; line-height: 1.6; color: #888888; text-align: justify; position: relative; }
.management-team .management-box .box .info .info-box::after { content: ""; position: absolute; right: 1px; top: 0; height: 100%; width: 4px; background: #d2d3d5; }
.management-team .management-box .box .info .info-box .box-scoll { position: relative; z-index: 2; padding-right: 50px; max-height: 100%; overflow-y: scroll; }
.management-team .management-box .box .info .info-box .box-scoll::-webkit-scrollbar { /*滚动条整体样式*/ width: 6px; /*高宽分别对应横竖滚动条的尺寸*/ height: 1px; }
.management-team .management-box .box .info .info-box .box-scoll::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 0; background-color: #db292f; }
.management-team .management-box .box .info .info-box .box-scoll::-webkit-scrollbar-track { /*滚动条里面轨道*/ box-shadow: none; background: none; border-radius: 0; }
.management-team .management-list { overflow: hidden; margin-top: 65px; }
.management-team .management-list .item { float: left; width: 15.625%; margin-right: 1.25%; margin-bottom: 1.25%; position: relative; overflow: hidden; }
.management-team .management-list .item::after { content: ""; position: absolute; right: 0; bottom: 0; width: 63px; height: 63px; background: url(../images/ic/ic_10.png) no-repeat center center; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; right: -63px; bottom: -63px; pointer-events: none; }
.management-team .management-list .item:hover::after { right: 0; bottom: 0; }
.management-team .management-list .item:nth-child(6n) { margin-right: 0; }
.management-team .management-list .item .img img { width: 100%; }
.management-team .management-list .item .info { position: absolute; left: 0; top: 0; width: 100%; color: #fff; padding: 6%; }
.management-team .management-list .item .info .name { font-size: 20px; }
.management-team .management-list .item .info .position { font-size: 16px; opacity: 0.8; filter: alpha(opacity=80); }

.sk_page { text-align: center; border-top: 1px solid #d1d1d3; overflow: hidden; text-align: center; padding: 30px 0 0; margin-top: 30px; font-size: 0; line-height: 30px; }
.sk_page a, .sk_page span { color: #6b6b6d; font-size: 20px; display: inline-block; padding: 0 8px; position: relative; margin: 0 2px; }
.sk_page a:hover, .sk_page a.on, .sk_page span:hover, .sk_page span.on { color: #f7050d; }
.sk_page a:hover::after, .sk_page a.on::after, .sk_page span:hover::after, .sk_page span.on::after { content: ""; height: 3px; position: absolute; left: 0; bottom: 0; width: 100%; background: #f7050d; }
.sk_page a.on, .sk_page span.on { font-weight: bold; }
.sk_page .prev { float: left; padding-left: 26px; background: url(../images/ic/ic_11.png) no-repeat left center; }
.sk_page .prev::after { display: none; }
.sk_page .next { float: right; padding-right: 26px; background: url(../images/ic/ic_12.png) no-repeat right center; }
.sk_page .next::after { display: none; }

.team-box { background: #eaebee; position: relative; margin-top: 50px; min-height: 330px; padding: 0 60px 60px 471px; }
.team-box .box-img { position: absolute; left: 60px; top: -60px; float: left; width: 351px; height: 360px; background: #ffffff; }
.team-box .box-img img { width: 100%; position: absolute; left: 0; bottom: 0; }
.team-box .box-info { padding: 90px 0 0; color: #333333; }
.team-box .box-info .name { font-size: 30px; }
.team-box .box-info .name span { font-size: 16px; margin-left: 20px; opacity: 0.6; filter: alpha(opacity=60); }
.team-box .box-info .info-box { margin-top: 30px; font-size: 16px; color: #888888; margin-top: 20px; line-height: 1.6; }

.case-title { border-bottom: 1px solid #d1d1d1; margin-top: 70px; font-size: 0; }
.case-title h3 { display: inline-block; font-size: 28px; color: #333333; position: relative; line-height: 1.2; padding-bottom: 15px; }
.case-title h3::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 3px; background: #d91c22; }

.team-case { margin-top: 35px; }
.team-case .item { float: left; width: 24.5%; margin-right: 0.66%; margin-bottom: 0.66%; position: relative; }
.team-case .item:nth-child(4n) { margin-right: 0; }
.team-case .item::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; background: #000000; opacity: 0; filter: alpha(opacity=0); -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.team-case .item .img { overflow: hidden; }
.team-case .item .img img { width: 100%; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.team-case .item:hover img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
.team-case .item:hover::before { opacity: 0.5; filter: alpha(opacity=50); }
.team-case .item .info { z-index: 2; position: absolute; left: 0; bottom: 0; width: 100%; color: #f5f6f9; padding: 20px; line-height: 1.2; }
.team-case .item .info .title { font-size: 20px; }
.team-case .item .info .ftitle { margin-top: 4px; font-size: 16px; text-transform: uppercase; }

.page-product-list { padding: 70px 0; overflow: hidden; }
.page-product-list .item { float: left; width: 24.6354%; margin-right: 0.485%; position: relative; margin-bottom: 0.485%; }
.page-product-list .item:nth-child(2) { width: 49.7395%; margin-right: 0; }
.page-product-list .item.item2 { width: 49.7395%; }
.page-product-list .item.item3 { float: right; margin-right: 0; }
.page-product-list .item .img { overflow: hidden; }
.page-product-list .item .img .img-bg { background-size: 0; background-repeat: no-repeat; background-position: center; }
.page-product-list .item .img img { width: 100%; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.page-product-list .item::before { content: ""; z-index: 1; position: absolute; left: 0; bottom: 0; width: 100%; height: 170px; background: url(../images/ic/ic_1.png) no-repeat center center; }
.page-product-list .item:first-child { width: 49.7395%; background: #e2e2e5; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.page-product-list .item:first-child::before { display: none; }
.page-product-list .item:first-child:hover { background: #d91c22; }
.page-product-list .item:first-child:hover .box .ftitle { color: #ffffff; }
.page-product-list .item:first-child:hover .box .title { color: #ffffff; }
.page-product-list .item .box { position: absolute; top: 50%; left: 0; width: 100%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); padding: 0 10%; }
.page-product-list .item .box .ftitle { font-size: 26px; color: #9e9ea0; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.page-product-list .item .box .title { font-size: 18px; color: #999999; margin-top: 15px; opacity: 0.5; filter: alpha(opacity=50); -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.page-product-list .item .info { position: absolute; left: 0; z-index: 1; bottom: 26px; width: 100%; padding: 0 20px; color: #ffffff; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.page-product-list .item .info .ftitle { font-size: 20px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.page-product-list .item .info .title { font-size: 14px; text-transform: uppercase; }
.page-product-list .item:hover .img img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }

.page-product-box { background: #f4f5f9; padding: 80px 0; overflow: hidden; }
.page-product-box .product-search { background: #ffffff; -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.08); -ms-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.08); -o-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.08); }
.page-product-box .product-search .search-from { padding: 50px; text-align: center; font-size: 0; border-bottom: 1px solid #f4f4f4; }
.page-product-box .product-search .search-from .select { display: inline-block; width: 280px; height: 50px; position: relative; margin: 5px; max-width: 22%; }
.page-product-box .product-search .search-from .select::after { content: ""; position: absolute; right: 0; top: 0; width: 39px; height: 100%; background: url(../images/ic/ic_13.jpg) no-repeat center center #f4f5f9; pointer-events: none; }
.page-product-box .product-search .search-from .select select { background: #f4f5f9; width: 100%; height: 50px; cursor: pointer; appearance: none; -moz-appearance: none; -webkit-appearance: none; color: #888888; font-size: 18px; padding: 0 20px; padding-right: 40px; }
.page-product-box .product-search .search-from .select.select_city { width: 180px; }
.page-product-box .product-search .search-from .select_input { display: inline-block; width: 280px; height: 50px; position: relative; margin: 5px; max-width: 22%; }
.page-product-box .product-search .search-from .select_input .input_box { position: relative; }
.page-product-box .product-search .search-from .select_input .input_box input { background: #f4f5f9; width: 100%; height: 50px; cursor: pointer; appearance: none; -moz-appearance: none; -webkit-appearance: none; color: #888888; font-size: 18px; padding: 0 20px; padding-right: 40px; }
.page-product-box .product-search .search-from .select_input .input_box::after { content: ""; position: absolute; right: 0; top: 0; width: 39px; height: 100%; background: url(../images/ic/ic_13.jpg) no-repeat center center #f4f5f9; pointer-events: none; }
.page-product-box .product-search .search-from .citySelect { position: absolute; top: 0; left: 0; width: 390px; height: 288px; background: #FFFFFF; -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04); -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04); -ms-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04); -o-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04); box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04); -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; border: 1px solid #E8E9EB; z-index: 2; overflow: hidden; display: none; }
.page-product-box .product-search .search-from .citySelect .province { width: 98px; height: 288px; border-right: 1px dotted #dcdcdc; overflow-y: scroll; overflow-x: hidden; position: relative; float: left; }
.page-product-box .product-search .search-from .citySelect .province::-webkit-scrollbar { width: 2px; }
.page-product-box .product-search .search-from .citySelect .province::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ width: 2px; height: 59px; background: #C1C4C9; border-radius: 4px; }
.page-product-box .product-search .search-from .citySelect .province::-webkit-scrollbar-track { -webkit-box-shadow: none; box-shadow: none; border-radius: 10px; background: transparent !important; background-color: transparent !important; }
.page-product-box .product-search .search-from .citySelect .province::-webkit-scrollbar-track-piece { -webkit-box-shadow: none; box-shadow: none; border-radius: 10px; background: transparent !important; background-color: transparent !important; }
.page-product-box .product-search .search-from .citySelect .province li { width: 98px; height: 47px; font-size: 14px; font-weight: 400; color: #333333; line-height: 47px; text-align: center; cursor: pointer; }
.page-product-box .product-search .search-from .citySelect .province li span { width: 98px; height: 47px; display: inline-block; }
.page-product-box .product-search .search-from .citySelect .province li span.active { font-size: 16px; background: #f4f5f9; color: #d91c22; }
.page-product-box .product-search .search-from .citySelect .city { width: 290px; float: left; text-align: left; font-size: 0; padding: 5px 5px 0 0; }
.page-product-box .product-search .search-from .citySelect .city li { display: inline-block; margin: 12px 0 0 20px; font-size: 14px; font-weight: 400; color: #999999; line-height: 20px; cursor: pointer; }
.page-product-box .product-search .search-from .citySelect .city li.active { color: #d91c22; }
.page-product-box .product-search .search-from .citySelect .city ul { display: none; }
.page-product-box .product-search .search-from .citySelect .city ul.active { display: block; }
.page-product-box .product-search .search-from .input { width: 363px; position: relative; display: inline-block; height: 50px; margin: 5px; max-width: 26%; }
.page-product-box .product-search .search-from .input input { background: #f4f5f9; width: 100%; height: 50px; color: #888888; font-size: 18px; padding: 0 20px; }
.page-product-box .product-search .search-from .input .sub { position: absolute; font-size: 0; right: 0; top: 0; height: 100%; width: 72px; background: url(../images/ic/ic_14.jpg) no-repeat center center; cursor: pointer; }
.page-product-box .product-search .search-nav { text-align: center; font-size: 0; }
.page-product-box .product-search .search-nav a { font-size: 20px; color: #444444; display: inline-block; line-height: 76px; position: relative; margin: 0 22px; }
.page-product-box .product-search .search-nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: none; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.page-product-box .product-search .search-nav a:hover, .page-product-box .product-search .search-nav a.active { color: #d91c22; }
.page-product-box .product-search .search-nav a:hover::after, .page-product-box .product-search .search-nav a.active::after { background: #db292f; }
.page-product-box .page-product-box-list { margin-top: 70px; }
.page-product-box .page-product-box-list .item { float: left; width: 49.7395%; margin-right: 0.485%; position: relative; margin-bottom: 0.485%; }
.page-product-box .page-product-box-list .item:nth-child(2n) { margin-right: 0; }
.page-product-box .page-product-box-list .item .img { overflow: hidden; }
.page-product-box .page-product-box-list .item .img .img-bg { background-size: 0; background-repeat: no-repeat; background-position: center; }
.page-product-box .page-product-box-list .item .img img { width: 100%; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.page-product-box .page-product-box-list .item::before { content: ""; z-index: 1; position: absolute; left: 0; bottom: 0; width: 100%; height: 76px; background: url(../images/bg/3.png) repeat-x center center; }
.page-product-box .page-product-box-list .item .info { position: absolute; left: 0; z-index: 1; bottom: 26px; width: 100%; padding: 0 30px; color: #ffffff; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.page-product-box .page-product-box-list .item .info .title { font-size: 20px; text-transform: uppercase; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.page-product-box .page-product-box-list .item .info .ftitle { font-size: 14px; text-transform: uppercase; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.page-product-box .page-product-box-list .item:hover .img img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }

.page_banner { margin-top: 0; overflow: hidden; position: relative; }
.page_banner .page_banner-prev, .page_banner .page_banner-next { width: 55px; height: 55px; background-size: 100%; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; position: absolute; z-index: 99; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.page_banner .page_banner-prev { left: 60px; background: url(../images/ic/ic_left.png) no-repeat center center rgba(255, 255, 255, 0.2); }
.page_banner .page_banner-prev:hover { background: url(../images/ic/ic_left_on.png) no-repeat center center #d91c22; }
.page_banner .page_banner-next { right: 60px; background: url(../images/ic/ic_right.png) no-repeat center center rgba(255, 255, 255, 0.2); }
.page_banner .page_banner-next:hover { background: url(../images/ic/ic_right_on.png) no-repeat center center #d91c22; }
.page_banner .page_banner-paginationBox { position: absolute; width: 100%; bottom: 10%; z-index: 99; }
.page_banner .page_banner-paginationBox .paginationBox { position: relative; text-align: center; font-size: 0; }
.page_banner .page_banner-paginationBox .paginationBox .swiper-pagination { display: inline-block; position: static; }
.page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet { color: #ffffff; margin: 0 5px; width: 42px; height: 42px; position: relative; opacity: 1; filter: alpha(opacity=100); background: none; float: left; }
.page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet::after { content: ""; position: absolute; background: #b2b2b3; width: 14px; height: 14px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; top: 50%; left: 50%; margin: -7px auto auto -7px; }
.page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet .circleProgress_wrapper { height: 46px; margin: 0; position: relative; display: none; }
.page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet .wrapper-border { width: 42px; height: 42px; position: absolute; top: 0; left: 0; border: 2px solid rgba(255, 255, 255, 0.5); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
.page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet.swiper-pagination-bullet-active::after { display: none; }
.page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet.swiper-pagination-bullet-active .circleProgress_wrapper { display: block; }
.page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet.swiper-pagination-bullet-active .rightcircle { -webkit-animation: circleProgressLoad_right 6s linear 1 forwards; }
.page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet.swiper-pagination-bullet-active .leftcircle { -webkit-animation: circleProgressLoad_left 6s linear 1 forwards; }
.page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet.swiper-pagination-bullet-active::after { display: block; background: #d91c22; }
.page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet.swiper-pagination-bullet-active .circleProgress_wrapper { display: none; }
.page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet .wrapper { width: 21px; height: 46px; position: absolute; top: 0; z-index: 9; overflow: hidden; }
.page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet .right { right: 0; }
.page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet .left { left: 0; }
.page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet .circleProgress { width: 42px; height: 42px; border: 2px solid transparent; border-radius: 50%; position: absolute; top: 0; -webkit-transform: rotate(-135deg); }
.page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet .rightcircle { border-top: 2px solid #bb2822; border-right: 2px solid #bb2822; right: 0; }
.page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet .leftcircle { border-bottom: 2px solid #bb2822; border-left: 2px solid #bb2822; left: 0; }
.page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet .ibanner_num { font-size: 16px; color: #ffffff; text-align: center; line-height: 42px; opacity: 0.5; filter: alpha(opacity=50); }
.page_banner .page_banner_box { position: relative; }
.page_banner .page_banner_box .item { overflow: hidden; position: relative; }
.page_banner .page_banner_box .item .img { background-repeat: no-repeat; background-size: cover; background-position: center; }
.page_banner .page_banner_box .item .img img { width: 100%; }

@-webkit-keyframes circleProgressLoad_right { 0% { -webkit-transform: rotate(-135deg); }
  50%, 100% { -webkit-transform: rotate(45deg); } }
@-webkit-keyframes circleProgressLoad_left { 0%, 50% { -webkit-transform: rotate(-135deg); }
  100% { -webkit-transform: rotate(45deg); } }
.product-box { padding: 40px 0; overflow: hidden; }
.product-box .product-box-title { color: #030303; border-bottom: 1px solid #d5d5d5; padding-bottom: 30px; line-height: 1.2; }
.product-box .product-box-title h1 { font-size: 28px; font-weight: bold; }
.product-box .product-box-title h3 { font-size: 18px; text-transform: uppercase; margin-top: 5px; }
.product-box .single-page { margin-top: 30px; color: #999999; font-size: 18px; }

.page-service-list { padding: 70px 0; overflow: hidden; }
.page-service-list .item { float: left; width: 24.6354%; margin-right: 0.485%; position: relative; margin-bottom: 0.485%; }
.page-service-list .item.item2 { width: 49.7395%; }
.page-service-list .item.item3 { float: right; margin-right: 0; }
.page-service-list .item .img { overflow: hidden; }
.page-service-list .item .img .img-bg { background-size: 0; background-repeat: no-repeat; background-position: center; }
.page-service-list .item .img img { width: 100%; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.page-service-list .item::before { content: ""; z-index: 1; position: absolute; left: 0; bottom: 0; width: 100%; height: 170px; background: url(../images/ic/ic_1.png) no-repeat center center; }
.page-service-list .item .info { position: absolute; left: 0; z-index: 1; bottom: 26px; width: 100%; padding: 0 20px; color: #ffffff; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.page-service-list .item .info .ftitle { font-size: 20px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.page-service-list .item .info .title { font-size: 14px; text-transform: uppercase; }
.page-service-list .item:hover .img img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }

.service-page { position: relative; overflow: hidden; background-repeat: no-repeat; background-size: cover; background-position: center; }
.service-page .img-box img { width: 100%; }
.service-page .service-box { padding: 40px 0; }
.service-page .service-box .service-info { background: rgba(255, 255, 255, 0.85); padding: 50px 80px; }
.service-page .service-box .service-info .title h1 { font-size: 30px; font-weight: bold; }
.service-page .service-box .service-info .single-page { margin: 30px 0; }
.service-page .service-box .service-info .link a { color: #d91c22; font-size: 16px; border-bottom: 2px solid #d91c22; padding-bottom: 3px; }

.page-news { padding: 70px 0; background: #f4f5f9; }
.page-news .news_first { background: #ffffff; overflow: hidden; position: relative; padding-left: 50%; }
.page-news .news_first .img { position: absolute; left: 0; top: 0; width: 50%; height: 100%; overflow: hidden; }
.page-news .news_first .img .img-bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.page-news .news_first .img .img-bg img { width: 100%; display: none; }
.page-news .news_first .img:hover .img-bg { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
.page-news .news_first .box { padding: 50px; }
.page-news .news_first .box .data { line-height: 1.2; }
.page-news .news_first .box .data .year { font-size: 30px; }
.page-news .news_first .box .data .day { color: #9a9a9a; font-size: 16px; }
.page-news .news_first .box .title { color: #303030; font-size: 22px; margin: 40px 0; overflow: hidden; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.page-news .news_first .box .synopsis { font-size: 16px; color: #999999; overflow: hidden; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; }
.page-news .news_first .box .link { margin-top: 50px; }
.page-news .news_first .box .link a { line-height: 1; display: block; color: #db292f; font-size: 20px; background: url(../images/ic/ic_15.png) no-repeat left top; padding-left: 26px; }
.page-news .news-liner { height: 1px; background: #e5e5e5; width: 100%; margin: 67px 0; }
.page-news .news_list .item { float: left; width: 24.33%; margin-right: 0.89%; margin-bottom: 0.89%; background: #ffffff; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.page-news .news_list .item:nth-child(4n) { margin-right: 0; }
.page-news .news_list .item .img { overflow: hidden; }
.page-news .news_list .item .img img { width: 100%; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.page-news .news_list .item .info { padding: 36px; height: 264px; }
.page-news .news_list .item .info .data { color: #9a9a9a; font-size: 18px; }
.page-news .news_list .item .info .title { color: #303030; font-size: 18px; font-weight: bold; line-height: 1.4; margin-top: 15px; overflow: hidden; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; text-align: justify; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; height: 50px; }
.page-news .news_list .item .info .liner { height: 1px; background: #e5e5e5; margin: 15px 0; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.page-news .news_list .item .info .synopsis { text-align: justify; color: #999999; font-size: 16px; overflow: hidden; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; }
.page-news .news_list .item:hover { -webkit-box-shadow: 0px 12px 29px 0px rgba(0, 0, 0, 0.09); -moz-box-shadow: 0px 12px 29px 0px rgba(0, 0, 0, 0.09); -ms-box-shadow: 0px 12px 29px 0px rgba(0, 0, 0, 0.09); -o-box-shadow: 0px 12px 29px 0px rgba(0, 0, 0, 0.09); box-shadow: 0px 12px 29px 0px rgba(0, 0, 0, 0.09); }
.page-news .news_list .item:hover .img img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
.page-news .news_list .item:hover .info .title { color: #db292f; }
.page-news .news_list .item:hover .info .liner { background: #db292f; }

.news_page { padding: 96px 0; background: #f4f5f9; }
.news_page .news_page_title { color: #333333; font-size: 26px; text-align: center; font-weight: bold; }
.news_page .news_page_label { overflow: hidden; color: #666666; font-size: 16px; line-height: 1.2; text-align: center; margin-top: 15px; }
.news_page .news_page_label span { margin: 0 20px; }
.news_page .news_page_liner { height: 2px; position: relative; margin: 30px 0; }
.news_page .news_page_liner::after { content: ""; position: absolute; left: 0; top: 2px; width: 100%; height: 1px; background: #e3e4e7; }
.news_page .news_page_liner::before { content: ""; display: block; position: relative; width: 30px; height: 5px; margin: 0 auto; z-index: 1; background: #db292f; }
.news_page .single-page { line-height: 1.6; color: #888888; border-bottom: 1px solid #e3e4e7; padding-bottom: 50px; }

.pre_next { padding: 30px 0px 0; height: auto; overflow: hidden; }

.sxp span { display: block; font-size: 16px; color: #999999; margin-bottom: 5px; }

.sxp span a { font-size: 16px; color: #999999; }

.sxp span a:hover { color: #d91c22; }

.bdshare-button-style0-16 a { width: 40px; height: 40px !important; margin: 0 5px !important; }

.pre_next span.fxd { font-size: 16px; color: #999999; line-height: 40px; height: 40px; display: inline-block; margin-right: 5px; }

.bdshare-button-style0-16 .bds_weixin { background: url(../images/share_wx.png) no-repeat center center !important; background-size: 100% !important; }

.bdshare-button-style0-16 .bds_sqq { background: url(../images/share_qq.png) no-repeat center center !important; background-size: 100% !important; }

.bdshare-button-style0-16 .bds_tsina { background: url(../images/share_wb.png) no-repeat center center !important; background-size: 100% !important; }

.bdshare_weixin_qrcode_dialog_bg > * { box-sizing: inherit; -webkit-box-sizing: inherit; }

.bd_weixin_popup { box-sizing: inherit; -webkit-box-sizing: inherit; height: auto !important; }

.bd_weixin_popup .bd_weixin_popup_foot { box-sizing: inherit; -webkit-box-sizing: inherit; line-height: 16px; }

.bd_weixin_popup * { box-sizing: inherit; -webkit-box-sizing: inherit; }

.recruit-search .search-box { position: relative; width: 514px; margin: 0 auto; }
.recruit-search .search-box input { background: #ffffff; height: 61px; width: 514px; border: 1px solid #e4e4e4; padding: 0 30px; -webkit-border-radius: 61px; -moz-border-radius: 61px; -ms-border-radius: 61px; -o-border-radius: 61px; border-radius: 61px; }
.recruit-search .search-box .sub { position: absolute; right: 0; top: 0; width: 100px; height: 100%; border: 0; font-size: 0; -webkit-border-radius: 61px; -moz-border-radius: 61px; -ms-border-radius: 61px; -o-border-radius: 61px; border-radius: 61px; cursor: pointer; background: url(../images/seach.png) no-repeat center center #db292f; }

.page-recruit { background: #f4f5f9; padding: 80px 0; }
.page-recruit .recruit-screen { background: #ffffff; padding: 40px 66px; margin-top: 50px; }
.page-recruit .recruit-screen .item { overflow: hidden; font-size: 18px; border-bottom: 1px solid #f2f2f2; padding: 14px 5px 4px; }
.page-recruit .recruit-screen .item .item-title { float: left; color: #333333; line-height: 30px; }
.page-recruit .recruit-screen .item .item-box { padding-left: 90px; }
.page-recruit .recruit-screen .item .item-box a { color: #99999b; padding: 0 10px; float: left; line-height: 30px; margin-right: 10px; margin-bottom: 10px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; }
.page-recruit .recruit-screen .item .item-box a:hover, .page-recruit .recruit-screen .item .item-box a.active { color: #f4f5f9; background: #db292f; }
.page-recruit .recruit-screen .item:last-child { border: 0; }
.page-recruit .recruit-num { text-align: center; font-size: 18px; color: #db292f; margin-top: 28px; }
.page-recruit .recruit-list { margin-top: 50px; padding-bottom: 10px; }
.page-recruit .recruit-list .recruit_header { overflow: hidden; border-bottom: 1px solid #e7e7e7; padding: 20px 3%; }
.page-recruit .recruit-list .recruit_header h3 { float: left; color: #333333; font-size: 18px; }
.page-recruit .recruit-list .recruit_header h3:last-child { float: right; }
.page-recruit .recruit-list .recruit_header h3:first-child { width: 25.64%; }
.page-recruit .recruit-list .recruit_header h3:nth-child(2) { width: 11.45%; }
.page-recruit .recruit-list .recruit_body { margin-top: 30px; }
.page-recruit .recruit-list .recruit_body .item { background: #ffffff; margin-bottom: 20px; }
.page-recruit .recruit-list .recruit_body .item.active .item-header { background: #848080; color: #ffffff; -webkit-box-shadow: 0px 6px 35px 0px rgba(219, 41, 47, 0.08); -moz-box-shadow: 0px 6px 35px 0px rgba(219, 41, 47, 0.08); -ms-box-shadow: 0px 6px 35px 0px rgba(219, 41, 47, 0.08); -o-box-shadow: 0px 6px 35px 0px rgba(219, 41, 47, 0.08); box-shadow: 0px 6px 35px 0px rgba(219, 41, 47, 0.08); }
.page-recruit .recruit-list .recruit_body .item.active .item-header .btn .hide { display: block; }
.page-recruit .recruit-list .recruit_body .item.active .item-header .btn .show { display: none; }
.page-recruit .recruit-list .recruit_body .item .item-header { padding: 32px 3%; background: #ffffff; overflow: hidden; color: #333333; font-size: 18px; cursor: pointer; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.page-recruit .recruit-list .recruit_body .item .item-header h3 { float: left; }
.page-recruit .recruit-list .recruit_body .item .item-header h3:first-child { width: 25.64%; }
.page-recruit .recruit-list .recruit_body .item .item-header h3:nth-child(2) { width: 11.45%; }
.page-recruit .recruit-list .recruit_body .item .item-header .btn { float: right; }
.page-recruit .recruit-list .recruit_body .item .item-header .btn .hide { display: none; }
.page-recruit .recruit-list .recruit_body .item .item-body { padding: 36px 3% 70px; display: none; }
.page-recruit .recruit-list .recruit_body .item .item-body .body-label { overflow: hidden; }
.page-recruit .recruit-list .recruit_body .item .item-body .body-label div { float: left; color: #999999; font-size: 16px; margin-right: 4%; margin-bottom: 15px; line-height: 1.2; }
.page-recruit .recruit-list .recruit_body .item .item-body .body-label div strong { font-weight: bold; }
.page-recruit .recruit-list .recruit_body .item .item-body .body-info { overflow: hidden; margin-top: 20px; position: relative; }
.page-recruit .recruit-list .recruit_body .item .item-body .body-info::after { content: ""; position: absolute; left: 50%; height: 100%; width: 1px; background: #e1e1e1; }
.page-recruit .recruit-list .recruit_body .item .item-body .body-info .info-item { float: left; width: 50%; }
.page-recruit .recruit-list .recruit_body .item .item-body .body-info .info-item:first-child { padding-right: 5%; }
.page-recruit .recruit-list .recruit_body .item .item-body .body-info .info-item:last-child { padding-left: 5%; }
.page-recruit .recruit-list .recruit_body .item .item-body .body-info .info-item .info-item-title { font-size: 20px; color: #333333; }
.page-recruit .recruit-list .recruit_body .item .item-body .body-info .info-item .info-item-body { font-size: 16px; line-height: 1.6; color: #999999; margin-top: 20px; }
.page-recruit .recruit-list .recruit_body .item .item-body .body-info .info-item .info-item-body p { margin-bottom: 5px; }
.page-recruit .recruit-list .recruit_body .item .item-body .body-email { margin-top: 35px; }
.page-recruit .recruit-list .recruit_body .item .item-body .body-email a { color: #f4f5f9; font-size: 20px; width: 136px; height: 47px; line-height: 47px; background: #db292f; -webkit-border-radius: 47px; -moz-border-radius: 47px; -ms-border-radius: 47px; -o-border-radius: 47px; border-radius: 47px; display: block; text-align: center; }

.page-recruitNotice { background: #f4f5f9; padding: 40px 0; }
.page-recruitNotice .sk_page { margin-top: 0; }
.page-recruitNotice .recruitNotice_list .item { border-bottom: 1px solid #e8e8ea; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.page-recruitNotice .recruitNotice_list .item:last-child { border: 0; }
.page-recruitNotice .recruitNotice_list .item a { display: block; overflow: hidden; padding: 44px 25px 44px 10px; }
.page-recruitNotice .recruitNotice_list .item:hover { background: #ecedf1; }
.page-recruitNotice .recruitNotice_list .item .item-data { text-align: center; float: left; border-right: 1px solid #ececec; padding-right: 20px; }
.page-recruitNotice .recruitNotice_list .item .item-data .day { font-size: 38px; color: #d82331; }
.page-recruitNotice .recruitNotice_list .item .item-data .year { color: #b7b6b6; font-size: 18px; }
.page-recruitNotice .recruitNotice_list .item .item-info { padding-left: 115px; }
.page-recruitNotice .recruitNotice_list .item .item-info .title { color: #444444; font-size: 20px; }
.page-recruitNotice .recruitNotice_list .item .item-info .synopsis { color: #a7a7a7; font-size: 18px; overflow: hidden; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; margin-top: 20px; }

.page-read { background: #f4f5f9; padding: 70px 0; }
.page-read .read_list .item { float: left; width: 24%; margin-right: 1.33333%; margin-bottom: 1.33333%; padding: 40px; background: #ffffff; }
.page-read .read_list .item:nth-child(4n) { margin-right: 0; }
.page-read .read_list .item .img-bg { position: relative; overflow: hidden; }
.page-read .read_list .item .img-bg img { width: 100%; }
.page-read .read_list .item .img-bg::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000000; opacity: 0; filter: alpha(opacity=0); -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.page-read .read_list .item .img-bg .link { position: absolute; left: 50%; top: 120%; width: 163px; height: 50px; margin-left: -81.5px; margin-top: -25px; z-index: 1; color: #ffffff; background: #db292f; line-height: 50px; text-align: center; border-radius: 50px; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.page-read .read_list .item .img-bg .link span { font-size: 20px; padding-right: 40px; background: url(../images/ic/ic_16.png) no-repeat right center; }
.page-read .read_list .item:hover .img-bg::after { opacity: 0.5; filter: alpha(opacity=50); }
.page-read .read_list .item:hover .img-bg .link { top: 50%; }
.page-read .read_list .item .title { color: #444444; font-size: 20px; text-align: center; margin-top: 20px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }

.page-city { background: #f4f5f9; padding: 70px 0; }
.page-city .city-list .item { float: left; width: 32.95%; margin-right: 0.575%; margin-bottom: 0.575%; background-color: #fff; position: relative; }
.page-city .city-list .item:nth-child(3n) { margin-right: 0; }
.page-city .city-list .item::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #d91c22; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; opacity: 0; filter: alpha(opacity=0); }
.page-city .city-list .item:hover::after { opacity: 1; filter: alpha(opacity=100); }
.page-city .city-list .item:hover .img img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
.page-city .city-list .item:hover .img::before { opacity: 1; filter: alpha(opacity=100); }
.page-city .city-list .item:hover .title { color: #d91c22; }
.page-city .city-list .item .img { overflow: hidden; position: relative; }
.page-city .city-list .item .img::after { content: ""; position: absolute; width: 69px; height: 69px; background: url(../images/ic/ic_17.png) no-repeat center center; left: 50%; top: 50%; z-index: 2; margin: -35px auto auto -35px; }
.page-city .city-list .item .img::before { content: ""; position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); left: 0; top: 0; z-index: 1; opacity: 0; filter: alpha(opacity=0); -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.page-city .city-list .item .img img { width: 100%; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.page-city .city-list .item .title { padding: 40px; font-size: 18px; color: #303030; line-height: 1.2; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.page-contact { overflow: hidden; background: #f4f5f9; padding: 70px 0; }
.page-contact .contact-list { overflow: hidden; margin-top: 45px; }
.page-contact .contact-list .item { float: left; width: 48.88%; margin-right: 2.24%; margin-bottom: 2.24%; background: #ffffff; padding: 35px 40px; height: 227px; position: relative; background-image: url(../images/bg/4.png); background-color: #ffffff; background-repeat: no-repeat; background-position: right bottom; }
.page-contact .contact-list .item:nth-child(2n) { margin-right: 0; }
.page-contact .contact-list .item .item-title { color: #020401; font-weight: bold; font-size: 20px; position: relative; padding-bottom: 20px; }
.page-contact .contact-list .item .item-title::before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #e0e0e0; }
.page-contact .contact-list .item .item-title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 20px; height: 3px; background: #db292f; }
.page-contact .contact-list .item .item-body { margin-top: 20px; font-size: 16px; color: #999999; }
.page-contact .contact-list .item .item-body div { padding-left: 25px; background-position: left center; background-repeat: no-repeat; margin-top: 8px; }
.page-contact .contact-list .item .item-body div.add { background-image: url(../images/ic/ic_18.png); }
.page-contact .contact-list .item .item-body div.tel { background-image: url(../images/ic/ic_19.png); }
.page-contact .contact-list .item .item-body div.email { background-image: url(../images/ic/ic_20.png); }
.page-contact .contact-more { margin-top: 20px; }
.page-contact .contact-more a { display: block; width: 113px; height: 37px; line-height: 37px; text-align: center; background: #db292f; -webkit-border-radius: 37px; -moz-border-radius: 37px; -ms-border-radius: 37px; -o-border-radius: 37px; border-radius: 37px; color: #ffffff; margin: 0 auto; }

.about_map.contact_map { padding: 80px 0 30px; }

.search-page { padding: 70px 0; overflow: hidden; background: #fafafd; }
.search-page .sk_page { border: 0; margin-top: 0; }

.search-end { margin-top: 30px; text-align: center; font-size: 18px; color: #999999; }
.search-end font { color: #db292f; }

.search-list .item { padding: 50px 0; border-bottom: 1px solid #ecedf2; position: relative; overflow: hidden; -webkit-transition: 0.8s; -moz-transition: 0.8s; -ms-transition: 0.8s; -o-transition: 0.8s; transition: 0.8s; }
.search-list .item:hover { border-color: #db292f; }
.search-list .item:hover .data .btn a { background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAJCAQAAABHhr7cAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfjBA4KBDuRq7uJAAAAW0lEQVQY03WOvRFAYBQE108kEipAohkd6EAdKpEYM2Z0IFaChEgDClgNfO8u3LnZQ5J9bEVy0lnZqIBgXXo4G2JsfB0xzuCXGcipOVkiXLADfWSevKzja7edyA/a1HQioKAODwAAAABJRU5ErkJggg==) no-repeat center center #db292f; }
.search-list .item:hover .box .title { color: #d91c22; }
.search-list .item .data { float: left; width: 166px; text-align: left; margin-right: 35px; }
.search-list .item .data h3 { color: #666666; font-family: 'HelveticaNeueLTPro'; font-size: 28px; line-height: 28px; position: relative; }
.search-list .item .data h3::after { content: ""; position: absolute; width: 55px; height: 1px; top: 50%; margin-top: -0.5px; right: 0; background: #959595; }
.search-list .item .data .btn { margin-top: 25px; }
.search-list .item .data .btn a { float: left; width: 50px; height: 30px; background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAJCAQAAABHhr7cAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfjBA4KEhe/62K9AAAAaUlEQVQY03XPsQ1AUBSF4f/xKpXSACKxgMoMJhDLSNQqS0gket19lcIKFOZwLfDuOeWXUxyUWOWRUlES4lnZQgZO4uw5eNveYii4mDxqOQOLxxmYczK7+Dik7EDnje1IRdN+GL9vqRXlBzsWLqGRapymAAAAAElFTkSuQmCC) no-repeat center center; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.search-list .item .box { overflow: hidden; }
.search-list .item .box .title { position: relative; font-size: 20px; line-height: 28px; color: #444444; font-weight: bold; text-align: justify; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.search-list .item .box .title .red { color: #db292f; }
.search-list .item .box .synopsis { overflow: hidden; margin-top: 30px; color: #999999; font-size: 18px; position: relative; text-align: justify; }

.privacy-page { overflow: hidden; padding: 30px 0 60px; background: #fafafd; }
.privacy-page .privacy-title { position: relative; font-size: 20px; color: #444444; padding: 18px 0 18px 30px; margin-top: 30px; font-weight: bold; }
.privacy-page .privacy-title::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #c3c3c3; }
.privacy-page .privacy-title span { position: absolute; left: 0; top: 0; height: 100%; background-repeat: no-repeat; background-position: center center; width: 20px; z-index: 1; }
.privacy-page .privacy-title span::after { content: ""; position: absolute; bottom: -1px; left: 0; width: 100%; height: 3px; background: #db292f; }
.privacy-page .privacy-box { margin-top: 30px; }
.privacy-page .privacy-box .single-page { font-size: 18px; color: #999999; line-height: 1.4; }

.video_hidden { width: 1000px; position: fixed; left: 0; left: 50%; margin-left: -500px; top: 15vh; -webkit-transform: translateY(-60px); -moz-transform: translateY(-60px); -ms-transform: translateY(-60px); -o-transform: translateY(-60px); transform: translateY(-60px); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; transition-property: transform; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }

.video_box { background: #ffffff; position: relative; font-size: 0; }
.video_box .video { width: 100%; }
.video_box video { width: 100%; height: 563px; background: #000000; }
.video_box iframe { width: 100%; height: 563px; background: #000000; }
.video_box .video_close { position: absolute; right: -60px; top: 0; cursor: pointer; }

.is-video_hidden_bg { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.7); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 99999999; }

.is-video_hidden_bg.is-visible1 { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }

.is-visible1 .video_hidden { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

@media only screen and (min-width: 320PX) and (max-width: 360PX) { html { font-size: 13.65px; } }
@media only screen and (min-width: 360PX) and (max-width: 375PX) { html { font-size: 15.36px; } }
@media only screen and (min-width: 375PX) and (max-width: 390PX) { html { font-size: 16px; } }
@media only screen and (min-width: 390PX) and (max-width: 414PX) { html { font-size: 16.64px; } }
@media only screen and (min-width: 414PX) and (max-width: 640PX) { html { font-size: 17.664px; } }
@media screen and (min-width: 640PX) { html { font-size: 27.31px; } }
@media screen and (min-width: 1024px) { html { font-size: 12px; }
  body { font-size: 16px; } }
@media only screen and (max-width: 1024px) { .wrap, .page_wrap { padding-left: 5.335%; padding-right: 5.335%; width: auto; max-width: 100%; }
  .mr-10 { margin-right: 0; }
  .ml-10 { margin-left: 0; }
  .mt-10 { margin-top: 1rem; }
  .mb-10 { margin-bottom: 1rem; } }
@media only screen and (max-width: 1024px) { .product-list { padding: 74px 5.335% 0; margin-top: 1rem; }
  .product-list .item { float: none; width: 100%; margin-right: 0; position: relative; margin-bottom: 1rem; }
  .product-list .item.item2 { width: 100%; }
  .product-list .item.item3 { float: none; margin-right: 0; }
  .product-list .item .img { overflow: hidden; }
  .product-list .item .img .img-bg { background-size: cover; height: 20rem; }
  .product-list .item .img img { display: none; }
  .product-list .item .info { position: absolute; left: 0; bottom: 0; width: 100%; height: 170px; padding: 90px 5% 0; opacity: 1; filter: alpha(opacity=100); background-size: 100% auto; background-position: left bottom; }
  .product-list .item .info .ftitle { font-size: 0.805rem; }
  .product-list .item .info .title { margin-top: 0.5rem; font-size: 1.025rem; padding-right: 60px; background: url(../images/ic/ic_2.png) no-repeat right center; }
  .index_news_list { overflow: hidden; padding: 74px 5.335% 0; margin-top: 1rem; }
  .index_news_list .item { float: none; width: 100%; margin-right: 0; margin-bottom: 1rem; height: auto !important; }
  .index_news_list .item:nth-child(3) { margin-right: 0; }
  .index_news_list .item:last-child { margin-right: 0; }
  .index_news_list .item .img { height: 15rem; width: 100%; background-repeat: no-repeat; background-size: cover; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
  .index_news_list .item:first-child { height: 15rem; }
  .index_news_list .item:first-child .img-box { width: 100%; float: none; }
  .index_news_list .item:first-child .info { line-height: 34px; padding: 5%; }
  .index_news_list .item:first-child .info .box { padding-right: 7rem; }
  .index_news_list .item:nth-child(2), .index_news_list .item:nth-child(3) { width: 100%; }
  .index_news_list .item:nth-child(2) .info, .index_news_list .item:nth-child(3) .info { width: 100%; float: none; }
  .index_news_list .item .img-box { width: 100%; float: none; overflow: hidden; }
  .index_news_list .item .info { width: 100%; float: none; padding: 5%; }
  .index_news_list .item .info .label { font-size: 0.878rem; }
  .index_news_list .item .info .title { margin-top: 1.4rem; font-size: 1.244rem; height: auto; }
  .index_news_list .item .info .synopsis { margin-top: 1rem; font-size: 0.878rem; line-height: 1.4; overflow: hidden; text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; height: auto; }
  .index_news_list .item .info .data { font-size: 0.878rem; margin-top: 1.4rem; }
  .footer .footerA { padding: 2rem 0; }
  .footer .footerA .footer_contact { float: none; margin-top: 2rem; }
  .footer .footerA .footer_contact .ewm { overflow: hidden; }
  .footer .footerA .footer_contact .ewm .item { float: none; text-align: center; }
  .footer .footerA .footer_contact .ewm .item .img { width: 6rem; margin: 0 auto; }
  .footer .footerA .footer_contact .ewm .item .img img { width: 100%; }
  .footer .footerA .footer_contact .ewm .item h3 { font-size: 0.732rem; margin-top: 1rem; }
  .footer .footerA .footer_contact .bdshare-button-style0-16 { font-size: 0; text-align: center; margin-top: 1rem; }
  .footer .footerA .footer_contact .bdshare-button-style0-16 a { display: inline-flex; align-items: center; justify-content: center; margin: 0 5px !important; }
  .footer .footerA .footer_contact .bdshare_weixin_qrcode_dialog_bg > * { box-sizing: inherit; -webkit-box-sizing: inherit; }
  .footer .footerA .footer_contact .bd_weixin_popup { box-sizing: inherit; -webkit-box-sizing: inherit; height: auto !important; }
  .footer .footerA .footer_contact .bd_weixin_popup .bd_weixin_popup_foot { box-sizing: inherit; -webkit-box-sizing: inherit; line-height: 16px; }
  .footer .footerA .footer_contact .bd_weixin_popup * { box-sizing: inherit; -webkit-box-sizing: inherit; }
  .footer .footerA .footer_nav { float: none; }
  .footer .footerA .footer_nav div { float: left; margin-right: 0.6rem; margin-top: 1rem; }
  .footer .footerA .footer_nav div h3 { font-size: 0.878rem; line-height: 1.2; }
  .footer .footerA .footer_nav div ul { display: none; }
  .footer .footerB { padding: 2rem 0px; font-size: 0.805rem; }
  .footer .footerB .footer-copyright { float: none; font-size: 0.805rem; line-height: 1.6; }
  .footer .footerB .footer-copyright .cnzz_icon { margin-left: 0.3rem; }
  .footer .footerB .footer-db-link { margin-top: 1rem; float: none; font-size: 0.805rem; }
  .footer .footerB .footer-db-link span { margin: 0 5px; top: -1px; }
  .footer_slider { top: auto; bottom: 10%; margin-top: auto; }
  .footer_slider a, .footer_slider span { display: block; margin-top: 2px; width: 3rem; }
  .footer_slider a:hover .hidden, .footer_slider span:hover .hidden { display: none; }
  .page_ban .img-box { height: 20rem; }
  .page_ban .img-box img { display: none; }
  .page_ban .img-info { padding: 0 1.5rem 0; }
  .page_ban .img-info .liner-fix::after { top: 50%; margin-top: -0.5px; opacity: 0.5; filter: alpha(opacity=50); }
  .page_ban .img-info .info_title { float: left; font-size: 1.244rem; padding-right: 1.5rem; line-height: 62px; }
  .page_ban .img-info .category { float: right; line-height: 62px; position: relative; }
  .page_ban .img-info .category .category_head { line-height: 62px; font-size: 0.932rem; padding: 0 0 0 1rem; }
  .page_ban .img-info .category .category_head .fa { margin-left: 1rem; }
  .page_ban .img-info .category .category_nav { display: none; width: 10rem; padding: 0.8rem 1.5rem 0.8rem 1.5rem; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
  .page_ban .img-info .category .category_nav::after { left: 75%; top: -8px; width: 19px; height: 8px; background: url(../images/ic/ic_6.png) no-repeat center center; margin-left: -9.5px; }
  .page_ban .img-info .category .category_nav a { font-size: 0.932rem; padding: 0.7rem 0; }
  .page-title h3 { font-size: 1.6rem; }
  .page-title h4 { font-size: 0.805rem; margin-top: 1.5rem; }
  .page-title p { font-size: 0.805rem; margin-top: 0.5rem; }
  .page-title .liner { width: 20px; margin-top: 0.6rem; }
  .page-title .info { margin-top: 1.5rem; font-size: 0.878rem; }
  .about_first { padding: 3rem 0 3rem; }
  .about_first .list { margin-top: 2rem; }
  .about_first .list .item { float: none; width: 100%; margin-right: 0; height: 18rem; padding: 0; margin-bottom: 1rem; }
  .about_first .list .item::after { width: 100%; height: 5px; }
  .about_first .list .item .box { padding: 2rem; }
  .about_first .list .item .box .item-title { font-size: 1.025rem; height: auto; }
  .about_first .list .item .box .item-info { font-size: 0.878rem; margin-top: 2rem; }
  .about_first .list .item .box .item-info ul li { margin-bottom: 1rem; }
  .about_map { padding: 3rem 0; }
  .about_map .map_nav { margin-top: 60px; overflow: hidden; background: url(../images/ic/ic_7.png) top left; padding: 0; background-size: auto 2.4rem; }
  .about_map .map_nav .item { float: left; width: 25%; font-size: 0; padding: 0.5rem 0.5rem; }
  .about_map .map_nav .item::after { margin-top: -0.7rem; height: 1.4rem; }
  .about_map .map_nav .item:nth-child(4n)::after { display: none; }
  .about_map .map_nav .item a { font-size: 0.805rem; line-height: 1.4rem; border-radius: 1.4rem; }
  .about_map .map_content { width: 100%; height: auto; background: none !important; margin: 0 auto; margin-top: 2rem; }
  .about_map .map_content .map-item { position: static; left: 0; top: 0; }
  .about_map .map_content .map-item .map-item-btn { display: none; }
  .about_map .map_content .map-item .map-close { display: none; }
  .about_map .map_content .map-item .map-item-info { margin-top: 2rem; position: static; left: 0; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); top: 100%; width: 100%; padding: 1.4rem; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
  .about_map .map_content .map-item .map-item-info::before { display: none; }
  .about_map .map_content .map-item .map-item-info::after { display: none; }
  .about_map .map_content .map-item .map-item-info .box { padding-top: 0; position: relative; display: block; }
  .about_map .map_content .map-item .map-item-info .box .item { border-top: 1px solid #dedede; width: 100%; display: block; padding: 1.5rem 0; position: relative; }
  .about_map .map_content .map-item .map-item-info .box .item::after { display: none; }
  .about_map .map_content .map-item .map-item-info .box .item:last-child { padding-bottom: 0; }
  .about_map .map_content .map-item .map-item-info .box .item:first-child { padding-left: 0; padding-top: 0; border: 0; }
  .about_map .map_content .map-item .map-item-info .box .item .item-title { width: 100%; }
  .about_map .map_content .map-item .map-item-info .title { width: 100%; font-size: 1.025rem; }
  .about_map .map_content .map-item .map-item-info .info { margin-top: 1.5rem; line-height: 1.4; }
  .about_map .map_content .map-item .map-item-info .info div { font-size: 0.878rem; margin-bottom: 1rem; }
  .about_map .map_content .map-item .map-item-info .info div h3 { padding-left: 3rem; }
  .about_map .map_content .map-item .map-item-info .box { padding-top: 0; }
  .about_map .map_content .map-item.up .map-item-info::before { top: -10px; }
  .about_map .map_content .map-item.up .map-item-info::after { top: 0; }
  .about_map .map_content .map-item.down .map-item-info { top: auto; bottom: 100%; margin-top: auto; margin-bottom: 0; }
  .about_map .map_content .map-item.down .map-item-info::before { bottom: -10px; }
  .about_map .map_content .map-item.down .map-item-info::after { bottom: 0; }
  .about_map .map_list .map_list_box .item { display: block; border-right: 0; padding: 0; margin-top: 1.5rem; }
  .about_map .map_list .map_list_box .item .num { font-size: 2rem; }
  .about_map .map_list .map_list_box .item .title { font-size: 0.878rem; }
  .about_map .map_list .map_list_box .item .ftitle { font-size: 0.878rem; }
  .single-page { font-size: 16px; color: #888888; line-height: 1.6; text-align: justify; }
  .single-page h3 { font-size: 30px; color: #000000; line-height: 1.4; }
  .single-page h4 { font-size: 28px; color: #000000; line-height: 1.4; }
  .single-page h5 { font-size: 24px; color: #000000; line-height: 1.4; }
  .single-page h6 { font-size: 20px; color: #000000; font-weight: bold; line-height: 1.4; }
  .single-page img { max-width: 100%; height: auto !important; }
  .single-page video, .single-page iframe { max-width: 100%; }
  .single-page strong, .single-page b { font-weight: bold; }
  .about_advantage { padding: 3rem 0; }
  .about_advantage .single-page { margin-top: 2rem; }
  .about_advantage .advantage_box { width: 100%; margin-top: 2rem; }
  .about_advantage .advantage_box.m_advantage_box { display: block; }
  .about_advantage .advantage_box.pc_advantage_box { display: none; }
  .about_advantage .advantage_box { margin-top: 2rem; }
  .about_advantage .advantage_box .box_text { width: 100%; padding: 0 1rem; }
  .about_advantage .advantage_box .box_text .text { position: static; color: #333333; line-height: 1.2; height: 100%; width: 100%; font-size: 0.632rem; border-bottom: 1px dashed #e5e5e5; padding: 0.3rem 0; display: block; }
  .about_advantage .advantage_box .box_text .text.hx1 { top: 0; left: 0; transform: rotate(0); }
  .about_advantage .advantage_box .box_text .text.hx2 { top: 0; left: 0; transform: rotate(0); }
  .about_advantage .advantage_box .box_text .text.hx3 { top: 0; left: 0; transform: rotate(0); }
  .about_advantage .advantage_box .box_text .text:last-child { border: 0; }
  .about_advantage .advantage_box img { width: 100%; }
  .about_advantage .advantage_box .img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); opacity: 0; filter: alpha(opacity=0); -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; transition: 1s; }
  .about_advantage .advantage_box .img.active { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
  .about_advantage .advantage_box .img .link { position: absolute; left: 50%; margin-left: -209.5px; width: 419px; height: 155px; }
  .about_advantage .advantage_box .img .link.link_1 { top: 0; }
  .about_advantage .advantage_box .img .link.link_2 { width: 209px; height: 255px; bottom: 0; }
  .about_advantage .advantage_box .img .link.link_3 { bottom: 0; width: 209px; height: 255px; margin-left: auto; }
  .about_advantage .advantage_box .item { position: absolute; left: 0; top: 0; width: 33%; height: auto; z-index: 99; padding-left: 2rem; padding-right: 1.5rem; font-size: 0; }
  .about_advantage .advantage_box .item .icon { top: 0; font-size: 0; position: absolute; left: 0; width: 1.8rem; }
  .about_advantage .advantage_box .item .icon img { width: 100%; }
  .about_advantage .advantage_box .item::after { top: 1rem; left: 2rem; width: 4px; height: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
  .about_advantage .advantage_box .item.item_2 { padding-right: 2rem; padding-left: 1.5rem; }
  .about_advantage .advantage_box .item.item_2::after { right: 2rem; }
  .about_advantage .advantage_box .item.item_2 .item-box::after { left: 0; }
  .about_advantage .advantage_box .item.item_2 .item-box::before { left: -2rem; -webkit-transform: rotate(-48deg); -moz-transform: rotate(-48deg); -ms-transform: rotate(-48deg); -o-transform: rotate(-48deg); transform: rotate(-48deg); transform-origin: 100% 0; }
  .about_advantage .advantage_box .item.item_2 .item-box .item-title h3 { position: absolute; right: 0; top: 0; padding-left: 0; padding-right: 0.2rem; }
  .about_advantage .advantage_box .item.item_3 { top: auto; bottom: 0; }
  .about_advantage .advantage_box .item.item_3 .item-box::before { top: 1rem; right: -2rem; }
  .about_advantage .advantage_box .item.item_4 { padding-right: 2rem; padding-left: 1.5rem; }
  .about_advantage .advantage_box .item.item_4::after { right: 2rem; }
  .about_advantage .advantage_box .item.item_4 .item-box::before { top: 1rem; left: -2rem; -webkit-transform: rotate(48deg); -moz-transform: rotate(48deg); -ms-transform: rotate(48deg); -o-transform: rotate(48deg); transform: rotate(48deg); transform-origin: 100% 0; }
  .about_advantage .advantage_box .item.item_4 .item-box .item-title h3 { position: absolute; right: 0; top: 0; padding-left: 0; padding-right: 0.2rem; }
  .about_advantage .advantage_box .item .item-box .item-title { height: 1rem; position: relative; }
  .about_advantage .advantage_box .item .item-box h3 { font-size: 0; padding-left: 0.2rem; line-height: 1.2; white-space: nowrap; }
  .about_advantage .advantage_box .item .item-box h3 font { font-size: 0.635rem; }
  .about_advantage .advantage_box .item .item-box h3 span { display: none; }
  .about_advantage .advantage_box .item .item-box::after { top: 1rem; border-top: 1px dashed #ababab; margin-top: 2px; }
  .about_advantage .advantage_box .item .item-box::before { top: 1rem; margin-top: 2px; right: -2rem; width: 2rem; }
  .about_advantage .box-img { width: 9.5rem; height: 9.5rem; display: flex; align-items: center; justify-items: center; position: relative; z-index: 1; background: #ffffff; border: .6rem solid #d91c22; -webkit-border-radius: 5rem; -moz-border-radius: 5rem; -ms-border-radius: 5rem; -o-border-radius: 5rem; border-radius: 5rem; }
  .about_advantage .box-img .img-bg { display: none; }
  .about_advantage .box-img img { display: none; }
  .about_business { padding: 3rem 0; }
  .about_business .business_box { margin-top: 2rem; }
  .about_business .business_box .item { width: 49%; margin-right: 2%; margin-bottom: 2%; }
  .about_business .business_box .item:nth-child(3n) { margin-right: 2%; }
  .about_business .business_box .item:nth-child(2n) { margin-right: 0; }
  .about_business .business_box .item .info { padding: 0.5rem; }
  .about_business .business_box .item .info .title { font-size: 1.244rem; }
  .about_business .business_box .item .info .ftitle { font-size: 0.878rem; }
  .swiper_switch { margin-top: 1rem; }
  .swiper_switch .box { padding: 0 1.5rem; }
  .swiper_switch .box .swiper-prev, .swiper_switch .box .swiper-next { width: 2rem; height: 2rem; -webkit-border-radius: 2rem; -moz-border-radius: 2rem; -ms-border-radius: 2rem; -o-border-radius: 2rem; border-radius: 2rem; margin: 0 4px; background-size: 100% auto !important; }
  .about_honor { padding: 3rem 0; }
  .about_honor .honor_box { margin-top: 2rem; }
  .about_honor .honor_box .list .item { width: 48%; margin-right: 4%; margin-bottom: 4%; -webkit-box-shadow: 0 0px 0 0px rgba(131, 131, 131, 0.02); -moz-box-shadow: 0 0px 0 0px rgba(131, 131, 131, 0.02); -ms-box-shadow: 0 0px 0 0px rgba(131, 131, 131, 0.02); -o-box-shadow: 0 0px 0 0px rgba(131, 131, 131, 0.02); box-shadow: 0 0px 0 0px rgba(131, 131, 131, 0.02); }
  .about_honor .honor_box .list .item:nth-child(2n) { margin-right: 0; }
  .about_honor .honor_box .list .item .info { top: 35%; font-size: 0.805rem; }
  .about_honor .swiper-paginations { margin-top: 1rem; }
  .about_honor .swiper-paginations .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0 3px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; }
  .about_honor .swiper-paginations .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 25px; }
  .about_partner { padding: 3rem 0; }
  .about_partner .partner_box { margin-top: 2rem; }
  .about_partner .partner_box .item { width: 49%; margin-right: 2%; margin-bottom: 2%; -webkit-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05); -ms-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05); -o-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05); }
  .about_partner .partner_box .item:nth-child(2n) { margin-right: 0; }
  .abou_culture .culture-title { padding: 2rem 0 2rem; }
  .abou_culture .culture-title h1 { font-size: 1.6rem; }
  .abou_culture .culture-title h1::after { left: -30px; }
  .abou_culture .culture-title h1::before { right: -30px; }
  .abou_culture .culture-list .item .img { height: 14rem; }
  .abou_culture .culture-list .item .img h4 { font-size: 0.932rem; }
  .abou_culture .culture-list .item .img h3 { font-size: 1.2rem; margin-top: 0.6rem; }
  .abou_culture .culture-list .item .info { padding: 2rem 0 3rem; font-size: 0.878rem; }
  .core_team { padding: 80px 0; }
  .core_team .core_team_info { height: auto; }
  .core_team .core_team_info .img { width: 100%; height: 20rem; background-size: cover; background-position: center; position: static; right: 0; top: 0; }
  .core_team .core_team_info .box { padding: 1rem; width: 100%; }
  .core_team .core_team_info .box .box-item:first-child .item { width: 100%; float: none; }
  .core_team .core_team_info .box .box-item:first-child .item:first-child { width: 100%; }
  .core_team .core_team_info .box .box-item .item { margin-top: 1.4rem; float: left; width: 50%; padding-right: 1rem; }
  .core_team .core_team_info .box .box-item .item:first-child { width: 50%; }
  .core_team .core_team_info .box .box-item .item:nth-child(3n + 1) { width: 50%; }
  .core_team .core_team_info .box .box-item .item:nth-child(3n) { padding-right: 0; }
  .core_team .core_team_info .box .box-item .item .num { font-size: 2rem; padding-left: 45px; }
  .core_team .core_team_info .box .box-item .item .title { padding-left: 45px; font-size: 1.025rem; }
  .core_team .core_team_info .box .box-item .item .title span { font-size: 0.805rem; }
  .management-team { padding: 3rem 0; }
  .management-team .management-box { height: auto; margin-top: 2rem; padding: 0; padding-right: 0; }
  .management-team .management-box .img { background: #ffffff; position: static; right: 0; bottom: 0; width: 100%; padding-top: 2rem; height: 18rem; overflow: hidden; }
  .management-team .management-box .img img { width: 100%; }
  .management-team .management-box .box { padding: 1.5rem; }
  .management-team .management-box .box .title { font-size: 1.464rem; }
  .management-team .management-box .box .info { margin-top: 1rem; }
  .management-team .management-box .box .info .info-box { height: 13.5rem; font-size: 0.878rem; }
  .management-team .management-box .box .info .info-box::after { right: 1px; width: 4px; }
  .management-team .management-box .box .info .info-box .box-scoll { padding-right: 1.5rem; }
  .management-team .management-box .box .info .info-box .box-scoll::-webkit-scrollbar { width: 6px; /*高宽分别对应横竖滚动条的尺寸*/ }
  .management-team .management-list { margin-top: 2rem; }
  .management-team .management-list .item { float: none; width: 100%; margin-right: 0; margin-bottom: 1rem; }
  .management-team .management-list .item::after { width: 3rem; height: 3rem; background-size: 100%; right: -3rem; bottom: -3rem; }
  .management-team .management-list .item .info { padding: 6%; }
  .management-team .management-list .item .info .name { font-size: 1.244rem; }
  .management-team .management-list .item .info .position { font-size: 0.878rem; }
  .sk_page { padding: 2rem 5rem 0; margin-top: 2rem; font-size: 0; line-height: 2rem; position: relative; }
  .sk_page a, .sk_page span { font-size: 0.878rem; padding: 0 0.5rem; margin: 0 0.2rem; }
  .sk_page a:hover::after, .sk_page a.on::after, .sk_page span:hover::after, .sk_page span.on::after { content: ""; height: 3px; position: absolute; left: 0; bottom: 0; width: 100%; background: #f7050d; }
  .sk_page .prev { position: absolute; left: 0; padding-left: 26px; }
  .sk_page .next { position: absolute; right: 0; padding-right: 26px; }
  .team-box { margin-top: 0; min-height: auto; padding: 0 0 0 0; }
  .team-box .box-img { position: static; left: 0; top: 0; float: none; width: 100%; height: auto; }
  .team-box .box-img img { width: 100%; position: static; left: 0; bottom: 0; }
  .team-box .box-info { padding: 1.5rem; }
  .team-box .box-info .name { font-size: 1.244rem; }
  .team-box .box-info .name span { font-size: 0.878rem; margin-left: 1rem; }
  .team-box .box-info .info-box { margin-top: 1rem; font-size: 0.805rem; }
  .case-title { margin-top: 2rem; }
  .case-title h3 { font-size: 1.464rem; padding-bottom: 1rem; }
  .team-case { margin-top: 2rem; }
  .team-case .item { float: none; width: 100%; margin-right: 0%; margin-bottom: 1rem; }
  .team-case .item .info { padding: 1rem; }
  .team-case .item .info .title { font-size: 1.244rem; }
  .team-case .item .info .ftitle { margin-top: 4px; font-size: 0.878rem; }
  .page-product-list { padding: 3rem 0; }
  .page-product-list .item { float: none; width: 100%; margin-right: 0; position: relative; margin-bottom: 1rem; }
  .page-product-list .item.item2 { width: 100%; }
  .page-product-list .item.item3 { float: none; margin-right: 0; }
  .page-product-list .item:nth-child(2) { width: 100%; }
  .page-product-list .item .img { overflow: hidden; }
  .page-product-list .item .img .img-bg { background-size: cover; height: 20rem; }
  .page-product-list .item .img img { display: none; }
  .page-product-list .item:first-child { width: 100%; }
  .page-product-list .item .box { padding: 0 10%; }
  .page-product-list .item .box .ftitle { font-size: 1.464rem; }
  .page-product-list .item .box .title { font-size: 1.025rem; margin-top: 0.8rem; }
  .page-product-list .item .info { bottom: 26px; width: 100%; padding: 0 20px; }
  .page-product-list .item .info .ftitle { font-size: 1.025rem; }
  .page-product-list .item .info .title { font-size: 0.805rem; }
  .page-service-list { padding: 3rem 0; }
  .page-service-list .item { float: none; width: 100%; margin-right: 0; position: relative; margin-bottom: 1rem; }
  .page-service-list .item.item2 { width: 100%; }
  .page-service-list .item.item3 { float: none; margin-right: 0; }
  .page-service-list .item .img { overflow: hidden; }
  .page-service-list .item .img .img-bg { background-size: cover; height: 20rem; }
  .page-service-list .item .img img { display: none; }
  .page-service-list .item .info { bottom: 26px; width: 100%; padding: 0 20px; }
  .page-service-list .item .info .ftitle { font-size: 1.025rem; }
  .page-service-list .item .info .title { font-size: 0.805rem; }
  .page-product-box { padding: 3rem 0; }
  .page-product-box .product-search .search-from { padding: 1rem; }
  .page-product-box .product-search .search-from .select { display: block; width: 100%; height: 2.6rem; margin: 5px 0; max-width: 100%; }
  .page-product-box .product-search .search-from .select::after { width: 39px; height: 100%; background: url(../images/ic/ic_13.jpg) no-repeat center center #f4f5f9; }
  .page-product-box .product-search .search-from .select select { width: 100%; height: 2.6rem; font-size: 0.878rem; padding: 0 1rem; padding-right: 40px; }
  .page-product-box .product-search .search-from .select.select_city { width: 100%; }
  .page-product-box .product-search .search-from .select_input { display: block; width: 100%; height: 2.6rem; margin: 5px 0; max-width: 100%; }
  .page-product-box .product-search .search-from .select_input .input_box { position: relative; }
  .page-product-box .product-search .search-from .select_input .input_box input { height: 2.6rem; font-size: 0.878rem; padding: 0 1rem; }
  .page-product-box .product-search .search-from .select_input .input_box::after { width: 39px; height: 100%; background: url(../images/ic/ic_13.jpg) no-repeat center center #f4f5f9; }
  .page-product-box .product-search .search-from .citySelect { position: absolute; top: 0; left: 0; width: 100%; height: 288px; }
  .page-product-box .product-search .search-from .citySelect .province { width: 30%; height: 288px; }
  .page-product-box .product-search .search-from .citySelect .province li { width: 100%; height: 47px; font-size: 0.805rem; line-height: 47px; }
  .page-product-box .product-search .search-from .citySelect .province li span { width: 100%; height: 47px; display: block; }
  .page-product-box .product-search .search-from .citySelect .province li span.active { font-size: 0.878rem; }
  .page-product-box .product-search .search-from .citySelect .city { width: 70%; padding: 5px 5px 0 0; }
  .page-product-box .product-search .search-from .citySelect .city li { margin: 12px 0 0 20px; font-size: 0.805rem; line-height: 20px; }
  .page-product-box .product-search .search-from .input { width: 100%; display: block; height: 2.6rem; margin: 5px 0; max-width: 100%; }
  .page-product-box .product-search .search-from .input input { height: 2.6rem; font-size: 0.878rem; padding: 0 1rem; }
  .page-product-box .product-search .search-from .input .sub { width: 72px; background: url(../images/ic/ic_14.jpg) no-repeat center center; }
  .page-product-box .product-search .search-nav a { font-size: 0.878rem; line-height: 3rem; margin: 0 0.5rem; }
  .page-product-box .product-search .search-nav a::after { height: 3px; }
  .page-product-box .page-product-box-list { margin-top: 2rem; }
  .page-product-box .page-product-box-list .item { float: none; width: 100%; margin-right: 0%; margin-bottom: 1rem; }
  .page-product-box .page-product-box-list .item::before { content: ""; z-index: 1; position: absolute; left: 0; bottom: 0; width: 100%; height: 76px; background: url(../images/bg/3.png) repeat-x center center; }
  .page-product-box .page-product-box-list .item .info { bottom: 1rem; padding: 0 0.8rem; }
  .page-product-box .page-product-box-list .item .info .title { font-size: 1.025rem; }
  .page-product-box .page-product-box-list .item .info .ftitle { font-size: 0.805rem; }
  .page_banner .page_banner-prev, .page_banner .page_banner-next { width: 3rem; height: 3rem; background-size: 100%; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
  .page_banner .page_banner-prev { left: 5.335%; background-size: 100%; }
  .page_banner .page_banner-prev:hover { background-size: 100%; }
  .page_banner .page_banner-next { right: 5.335%; background-size: 100%; }
  .page_banner .page_banner-next:hover { background-size: 100%; }
  .page_banner .page_banner-paginationBox { position: absolute; width: 100%; bottom: 3%; z-index: 99; }
  .page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet { margin: 0 5px; width: 42px; height: 42px; }
  .page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet::after { width: 14px; height: 14px; margin: -7px auto auto -7px; }
  .page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet .circleProgress_wrapper { height: 46px; }
  .page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet .wrapper-border { width: 42px; height: 42px; position: absolute; top: 0; left: 0; border: 2px solid rgba(255, 255, 255, 0.5); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
  .page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet.swiper-pagination-bullet-active::after { display: block; background: #d91c22; }
  .page_banner .page_banner-paginationBox .paginationBox .swiper-pagination-bullet.swiper-pagination-bullet-active .circleProgress_wrapper { display: none; }
  .page_banner .page_banner_box { position: relative; }
  .page_banner .page_banner_box .item { overflow: hidden; position: relative; }
  .page_banner .page_banner_box .item .img { height: 24rem; }
  .page_banner .page_banner_box .item .img img { display: none; }
  .product-box { padding: 2rem 0; }
  .product-box .product-box-title { padding-bottom: 1.5rem; }
  .product-box .product-box-title h1 { font-size: 1.244rem; }
  .product-box .product-box-title h3 { font-size: 0.878rem; margin-top: 5px; }
  .product-box .single-page { margin-top: 1.4rem; font-size: 0.878rem; }
  .service-page .img-box { height: 20rem; }
  .service-page .img-box img { display: none; }
  .service-page .service-box { padding: 0 0 3rem; }
  .service-page .service-box .service-info { padding: 2rem 1.5rem; }
  .service-page .service-box .service-info .title h1 { font-size: 1.244rem; }
  .service-page .service-box .service-info .single-page { font-size: 0.878rem; margin: 1rem 0; }
  .service-page .service-box .service-info .link a { font-size: 0.878rem; }
  .page-news { padding: 3rem 0; }
  .page-news .news_first { padding-left: 0; }
  .page-news .news_first .img { position: static; width: 100%; height: auto; }
  .page-news .news_first .img .img-bg { position: static; height: 14rem; }
  .page-news .news_first .img .img-bg img { width: 100%; display: none; }
  .page-news .news_first .box { padding: 1.5rem; }
  .page-news .news_first .box .data .year { font-size: 1.244rem; }
  .page-news .news_first .box .data .day { font-size: 0.878rem; }
  .page-news .news_first .box .title { font-size: 1.025rem; margin: 1rem 0; }
  .page-news .news_first .box .synopsis { font-size: 0.878rem; }
  .page-news .news_first .box .link { margin-top: 1rem; }
  .page-news .news_first .box .link a { line-height: 26px; font-size: 1.025rem; background: url(../images/ic/ic_15.png) no-repeat left center; padding-left: 26px; }
  .page-news .news-liner { margin: 2rem 0; }
  .page-news .news_list .item { float: none; width: 100%; margin-right: 0; margin-bottom: 1rem; }
  .page-news .news_list .item .info { padding: 1.5rem; height: auto; }
  .page-news .news_list .item .info .data { font-size: 0.878rem; }
  .page-news .news_list .item .info .title { font-size: 1.025rem; margin-top: 1rem; height: auto; }
  .page-news .news_list .item .info .liner { height: 1px; margin: 1rem 0; }
  .page-news .news_list .item .info .synopsis { font-size: 18px; }
  .news_page { padding: 3rem 0; }
  .news_page .news_page_title { font-size: 1.464rem; }
  .news_page .news_page_label { font-size: 0.805rem; margin-top: 1rem; }
  .news_page .news_page_label span { margin: 0 0.5rem; }
  .news_page .news_page_liner { margin: 1.5rem 0; }
  .news_page .single-page { font-size: 0.878rem; padding-bottom: 2rem; }
  .pre_next { padding: 2rem 0px 0; }
  .pre_next .sxp { float: none; }
  .pre_next .fr { float: none; }
  .pre_next span.fxd { display: none; }
  .pre_next .bdshare-button-style0-16 { float: none; text-align: center; margin-top: 1.5rem; }
  .pre_next .bdshare-button-style0-16 a { float: none; display: inline-block; }
  .recruit-search .search-box { width: 100%; }
  .recruit-search .search-box input { height: 2.8rem; width: 100%; padding: 0 1.5rem; font-size: 0.878rem; }
  .recruit-search .search-box .sub { width: 5rem; -webkit-border-radius: 2.8rem; -moz-border-radius: 2.8rem; -ms-border-radius: 2.8rem; -o-border-radius: 2.8rem; border-radius: 2.8rem; background-size: auto 40%; }
  .page-recruit { padding: 3rem 0; }
  .page-recruit .recruit-screen { padding: 1.2rem 1rem; margin-top: 2rem; }
  .page-recruit .recruit-screen .item { font-size: 0.878rem; padding: 14px 0 4px; margin-right: -0.5rem; }
  .page-recruit .recruit-screen .item .item-title { line-height: 1.6rem; width: 4.5rem; min-width: auto; margin-right: 0.3rem; float: left; }
  .page-recruit .recruit-screen .item .item-box { padding-left: 0; }
  .page-recruit .recruit-screen .item .item-box a { padding: 0; width: 4.5rem; min-width: auto; text-align: center; line-height: 1.6rem; margin-right: 0.3rem; margin-bottom: 0.5rem; -webkit-border-radius: 1.6rem; -moz-border-radius: 1.6rem; -ms-border-radius: 1.6rem; -o-border-radius: 1.6rem; border-radius: 1.6rem; }
  .page-recruit .recruit-num { font-size: 0.878rem; margin-top: 1.5rem; }
  .page-recruit .recruit-list { margin-top: 1rem; padding-bottom: 10px; }
  .page-recruit .recruit-list .recruit_header { padding: 1rem 1rem; }
  .page-recruit .recruit-list .recruit_header h3 { font-size: 0.878rem; margin-right: 1rem; }
  .page-recruit .recruit-list .recruit_header h3:first-child { width: 26%; }
  .page-recruit .recruit-list .recruit_header h3:nth-child(2) { width: 20%; }
  .page-recruit .recruit-list .recruit_body { margin-top: 2rem; }
  .page-recruit .recruit-list .recruit_body .item { margin-bottom: 1rem; }
  .page-recruit .recruit-list .recruit_body .item .item-header { padding: 1rem 1rem; font-size: 0.878rem; }
  .page-recruit .recruit-list .recruit_body .item .item-header h3 { margin-right: 1rem; }
  .page-recruit .recruit-list .recruit_body .item .item-header h3:first-child { width: 26%; }
  .page-recruit .recruit-list .recruit_body .item .item-header h3:nth-child(2) { width: 20%; }
  .page-recruit .recruit-list .recruit_body .item .item-body { padding: 2rem 1rem 2rem; }
  .page-recruit .recruit-list .recruit_body .item .item-body .body-label div { font-size: 0.878rem; margin-right: 0; margin-bottom: 1rem; width: 50%; }
  .page-recruit .recruit-list .recruit_body .item .item-body .body-info { margin-top: 1.5rem; }
  .page-recruit .recruit-list .recruit_body .item .item-body .body-info::after { display: none; }
  .page-recruit .recruit-list .recruit_body .item .item-body .body-info .info-item { float: none; width: 100%; }
  .page-recruit .recruit-list .recruit_body .item .item-body .body-info .info-item:first-child { padding-right: 0; margin-bottom: 1rem; }
  .page-recruit .recruit-list .recruit_body .item .item-body .body-info .info-item:last-child { padding-left: 0; }
  .page-recruit .recruit-list .recruit_body .item .item-body .body-info .info-item .info-item-title { font-size: 1.025rem; }
  .page-recruit .recruit-list .recruit_body .item .item-body .body-info .info-item .info-item-body { font-size: 0.878rem; margin-top: 1rem; }
  .page-recruit .recruit-list .recruit_body .item .item-body .body-info .info-item .info-item-body p { margin-bottom: 5px; }
  .page-recruit .recruit-list .recruit_body .item .item-body .body-email { margin-top: 2rem; }
  .page-recruit .recruit-list .recruit_body .item .item-body .body-email a { font-size: 0.878rem; width: 7rem; height: 2.4rem; line-height: 2.4rem; -webkit-border-radius: 2.4rem; -moz-border-radius: 2.4rem; -ms-border-radius: 2.4rem; -o-border-radius: 2.4rem; border-radius: 2.4rem; }
  .page-recruitNotice { padding: 3rem 0; }
  .page-recruitNotice .recruitNotice_list .item a { padding: 1.5rem 1rem; }
  .page-recruitNotice .recruitNotice_list .item .item-data { padding-right: 1rem; }
  .page-recruitNotice .recruitNotice_list .item .item-data .day { font-size: 1.464rem; }
  .page-recruitNotice .recruitNotice_list .item .item-data .year { font-size: 0.878rem; }
  .page-recruitNotice .recruitNotice_list .item .item-info { padding-left: 5.5rem; }
  .page-recruitNotice .recruitNotice_list .item .item-info .title { font-size: 1.025rem; }
  .page-recruitNotice .recruitNotice_list .item .item-info .synopsis { font-size: 0.878rem; margin-top: 1rem; }
  .page-read { padding: 3rem 0; }
  .page-read .read_list .item { float: none; width: 100%; margin-right: 0; margin-bottom: 1rem; padding: 1.5rem; }
  .page-read .read_list .item .img-bg .link { width: 163px; height: 50px; margin-left: -81.5px; margin-top: -25px; line-height: 50px; border-radius: 50px; }
  .page-read .read_list .item .img-bg .link span { font-size: 1.025rem; }
  .page-read .read_list .item .title { font-size: 1.244rem; margin-top: 1rem; }
  .page-city { padding: 3rem 0; }
  .page-city .city-list .item { float: none; width: 100%; margin-right: 0%; margin-bottom: 1rem; }
  .page-city .city-list .item .img::after { width: 3rem; height: 3rem; margin: -1.5rem auto auto -1.5rem; background-size: 100%; }
  .page-city .city-list .item .title { padding: 1.5rem; font-size: 1.025rem; }
  .page-contact { padding: 3rem 0; }
  .page-contact .contact-list { margin-top: 2rem; }
  .page-contact .contact-list .item { float: none; width: 100%; margin-right: 0; margin-bottom: 1rem; padding: 1.5rem 2rem; height: auto; background-size: 30% auto; }
  .page-contact .contact-list .item .item-title { font-size: 1.244rem; padding-bottom: 1rem; }
  .page-contact .contact-list .item .item-body { margin-top: 1rem; font-size: 0.878rem; }
  .page-contact .contact-list .item .item-body div { padding-left: 25px; background-position: left center; margin-top: 8px; }
  .page-contact .contact-list .item .item-body div.add { background-position: left 0.13rem; }
  .page-contact .contact-list .item .item-body div.tel { background-position: left 0.16rem; }
  .page-contact .contact-list .item .item-body div.email { background-position: left 0.1rem; }
  .page-contact .contact-more { margin-top: 1rem; }
  .page-contact .contact-more a { font-size: 0.878rem; width: 6rem; height: 2rem; line-height: 2rem; -webkit-border-radius: 2rem; -moz-border-radius: 2rem; -ms-border-radius: 2rem; -o-border-radius: 2rem; border-radius: 2rem; }
  .about_map.contact_map { padding: 3rem 0; }
  .search-page { padding: 3rem 0; }
  .search-page .sk_page { border: 0; margin-top: 0; }
  .search-end { margin-top: 2rem; font-size: 0.878rem; }
  .search-list .item { padding: 2rem 0; }
  .search-list .item .data { float: none; width: 100%; text-align: left; margin-right: 0; }
  .search-list .item .data h3 { font-size: 1.244rem; line-height: 1.2; }
  .search-list .item .data h3::after { display: none; }
  .search-list .item .data .btn { display: none; }
  .search-list .item .box { margin-top: 1rem; }
  .search-list .item .box .title { font-size: 1.025rem; line-height: 1.6; }
  .search-list .item .box .synopsis { margin-top: 0.6rem; font-size: 0.878rem; }
  .privacy-page { padding: 0rem 0 3rem; }
  .privacy-page .privacy-title { font-size: 1.025rem; padding: 1rem 0 1rem 30px; margin-top: 2rem; }
  .privacy-page .privacy-box { margin-top: 2rem; }
  .privacy-page .privacy-box .single-page { font-size: 0.878rem; }
  .video_hidden { width: 100%; position: fixed; left: 0; margin-left: 0; top: 15vh; padding: 10px; }
  .video_box .video { width: 100%; }
  .video_box iframe { height: 18rem; }
  .video_box video { height: 18rem; }
  .video_box .video_close { position: absolute; right: 1rem; top: -50px; } }
/*

27.31px

16px   0.585rem
18px   0.659rem
20px   0.732rem
22px   0.805rem
24px   0.878rem
28px   1.025rem
30px   1.098rem
34px   1.244rem
40px   1.464rem
60px   2.196rem

-------------------------
tongyi

35      0.878rem
18   0.659rem

*/

/*# sourceMappingURL=index.css.map */
