/* @Author: feelChin  @Date: 2021-05-25 17:16:02  @Last Modified by: feelChin @Last Modified time: 2021-07-06 14:39:43 */
/* @Author: Chin  @Date: 2020-06-23 10:17:36  @Last Modified by: feelChin @Last Modified time: 2021-07-02 16:57:30 */
@import url("../fonts/iconfont/iconfont.css");
* { margin: 0; padding: 0; outline: none; }

html, body { background: #fff; color: #000; font-family: "Noto Sans SC,PingFang SC,Microsoft Yahei,miui,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif"; -webkit-tap-highlight-color: transparent; font-size: .14rem; line-height: 1.8; }

h1, h2, h3, h4, h5, h6, small, big, input, textarea, button, select { font-size: 100%; }

table { border-collapse: collapse; border-spacing: 0; text-align: left; }

ul, ol, menu { list-style: none; }

fieldset, img { border: 0; display: inline-block; }

img, object, input, textarea, button, select { vertical-align: middle; }

article, aside, footer, header, section, nav, figure, figcaption, hgroup, details, menu { display: block; }

audio, canvas, video { display: inline-block; zoom: 1; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

textarea { overflow: auto; resize: vertical; }

input, textarea, button, select, a { outline: none; border: none; }

input, textarea { display: block; -webkit-user-select: auto; }

button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; }

mark { background-color: transparent; }

a, ins, s, u, del { text-decoration: none; color: inherit; }

sup, sub { vertical-align: baseline; }

h4, h5, h6 { font-weight: 400; }

:root { --ease-in-a: cubic-bezier(0.55, 0.085, 0.68, 0.53); --ease-in-b: cubic-bezier(0.55, 0.055, 0.675, 0.19); --ease-in-c: cubic-bezier(0.895, 0.03, 0.685, 0.22); --ease-in-d: cubic-bezier(0.755, 0.05, 0.855, 0.06); --ease-in-e: cubic-bezier(0.95, 0.05, 0.795, 0.035); --ease-in-f: cubic-bezier(0.6, 0.04, 0.98, 0.335); --ease-out-a: cubic-bezier(0.25, 0.46, 0.45, 0.94); --ease-out-b: cubic-bezier(0.215, 0.61, 0.355, 1); --ease-out-c: cubic-bezier(0.165, 0.84, 0.44, 1); --ease-out-d: cubic-bezier(0.23, 1, 0.32, 1); --ease-out-e: cubic-bezier(0.19, 1, 0.22, 1); --ease-out-f: cubic-bezier(0.075, 0.82, 0.165, 1); --ease-in-out-a: cubic-bezier(0.455, 0.03, 0.515, 0.955); --ease-in-out-b: cubic-bezier(0.645, 0.045, 0.355, 1); --ease-in-out-c: cubic-bezier(0.77, 0, 0.175, 1); --ease-in-out-d: cubic-bezier(0.86, 0, 0.07, 1); --ease-in-out-e: cubic-bezier(1, 0, 0, 1); --ease-in-out-f: cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.y30 { opacity: 0; -webkit-transform: translate3d(0, 30%, 0) scale(0.9); transform: translate3d(0, 30%, 0) scale(0.9); }

.y30.flag { opacity: 1; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); -webkit-transition: .44s; transition: .44s; }

.y60 { opacity: 0; -webkit-transform: translate3d(0, 50%, 0) scale(0.9); transform: translate3d(0, 50%, 0) scale(0.9); }

.y60.flag { opacity: 1; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); -webkit-transition: .44s; transition: .44s; }

.y100 { opacity: 0; -webkit-transform: translate3d(0, 100%, 0) scale(0.9); transform: translate3d(0, 100%, 0) scale(0.9); }

.y100.flag { opacity: 1; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); -webkit-transition: .44s; transition: .44s; }

.x50 { opacity: 0; -webkit-transform: translate3d(50%, 0, 0) scale(0.9); transform: translate3d(50%, 0, 0) scale(0.9); }

.x50.flag { opacity: 1; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); -webkit-transition: .44s; transition: .44s; }

.x100 { opacity: 0; -webkit-transform: translate3d(100%, 0, 0) scale(0.9); transform: translate3d(100%, 0, 0) scale(0.9); }

.x100.flag { opacity: 1; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); -webkit-transition: .44s; transition: .44s; }

.x-50 { opacity: 0; -webkit-transform: translate3d(-50%, 0, 0) scale(0.9); transform: translate3d(-50%, 0, 0) scale(0.9); }

.x-50.flag { opacity: 1; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); -webkit-transition: .44s; transition: .44s; }

.x-100 { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0) scale(0.9); transform: translate3d(-100%, 0, 0) scale(0.9); }

.x-100.flag { opacity: 1; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); -webkit-transition: .44s; transition: .44s; }

.o { opacity: 0; }

.o.flag { opacity: 1; -webkit-transition: 1.7s; transition: 1.7s; }

.splitlist { line-height: 1.2; white-space: pre-wrap; }

.splitlist.flag span { -webkit-animation: fadeInRight 1s forwards; animation: fadeInRight 1s forwards; }

.splitlist span { font-family: inherit; width: auto; font-size: inherit; color: inherit; font-weight: inherit; text-transform: inherit; opacity: 0; display: inline-block; }

.splitlist span.letters { color: #0084CC; }

.cursordot { position: fixed; top: 0; left: 0; border-radius: 100%; pointer-events: none; opacity: 0; will-change: transform; background-size: contain; mix-blend-mode: exclusion; }

.cursordot::before { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: 100%; border-radius: 50%; background: #fff; mix-blend-mode: exclusion; }

.cursordot:after { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: 100%; border: 1px solid #fff; -webkit-transform: translate(-50%, -50%) scale(1.2); transform: translate(-50%, -50%) scale(1.2); mix-blend-mode: exclusion; border-radius: 50%; }

.imgs { max-width: 100%; width: 100%; height: auto; display: block; }

.deepmao { position: relative; top: -1rem; display: block; height: 0; overflow: hidden; }

.linkA { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 7; }

.photoActives { position: relative; overflow: hidden; }

.photoActives .photoActive { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: #fff; z-index: 3; }

.photoActives.reset_photoActive .photoActive { bottom: -100%; -webkit-transition: .66s; transition: .66s; -webkit-transition-timing-function: var(--ease-in-out-b); transition-timing-function: var(--ease-in-out-b); }

.photoSlides { position: relative; overflow: hidden; --bg:white; }

.photoSlides:after { content: ''; position: absolute; bottom: 0; right: 0; width: 0%; height: 100%; background: var(--bg); z-index: 3; }

.photoSlides.flag:after { width: 100%; -webkit-transition: .6s; transition: .6s; -webkit-transition-timing-function: var(--ease-in-out-b); transition-timing-function: var(--ease-in-out-b); }

.photoSlides.reset:after { width: 0%; right: auto; left: 0; }

.photoSlides img { opacity: 0; }

.ell { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.ells { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.wechat { position: fixed; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background: rgba(0, 0, 0, 0.7); z-index: 99; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; visibility: hidden; opacity: 0; -webkit-transition-timing-function: var(--ease-in-out-b); transition-timing-function: var(--ease-in-out-b); cursor: pointer; }

.wechat.active { -webkit-transition: .3s; transition: .3s; visibility: visible; opacity: 1; }

.wechat.active div { -webkit-transform: translateY(0); transform: translateY(0); }

.wechat div { height: auto; padding: 20px; background: #eee; text-align: center; -webkit-transition: .3s; transition: .3s; -webkit-transform: translateY(50px); transform: translateY(50px); }

.wechat div img { display: block; margin: auto; }

.wechat div p { font-size: 14px; color: #666; margin-top: 6px; }

.videobox { position: fixed; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index: 99; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; visibility: hidden; opacity: 0; }

.videobox.active { visibility: visible; opacity: 1; }

.videobox.active .bg { visibility: visible; opacity: 1; }

.videobox.active video { -webkit-transition-delay: .3s; transition-delay: .3s; opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }

.videobox.active i { visibility: visible; opacity: 1; }

.videobox .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); -webkit-transition: .4s; transition: .4s; visibility: hidden; opacity: 0; }

.videobox video { width: 70%; -webkit-transition: .4s; transition: .4s; -webkit-transform: translateY(50%); transform: translateY(50%); opacity: 0; max-width: 100%; }

.videobox i { position: absolute; right: 0; top: 0; width: 40px; height: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: #0084CC; color: #fff; z-index: 3; cursor: pointer; visibility: hidden; opacity: 0; -webkit-transition: .4s; transition: .4s; }

.videobox i:hover { background: #0562A9; }

.subnavHead { position: relative; }

.subnavHead .bannerimg { overflow: hidden; }

.subnavHead .bannerimg img { position: relative; width: 100%; display: block; will-change: transform; }

.newspaper { word-break: break-all; }

.newspaper a { -webkit-transition: color .4s; transition: color .4s; }

.newspaper a:link { color: #000; }

.newspaper a:visited { color: #000; }

.newspaper a:active { color: #0084CC; }

.newspaper a:hover { color: #0084CC; }

.newspaper img { max-width: 100% !important; height: auto !important; }

.newspaper .tablebox { width: 100%; overflow-x: auto; overflow-y: hidden; -ms-overflow-style: none; overflow: -moz-scrollbars-none; overflow: -webkit-scrollbars-none; }

.newspaper .tablebox::-webkit-scrollbar { display: none; }

.newspaper .tablebox table { width: 100% !important; }

.last3:nth-child(3n+1):nth-last-child(-n+3), .last3:nth-child(3n+1):nth-last-child(-n+3) ~ li { margin-bottom: 0; }

.amap-logo, .amap-copyright { display: none !important; }

.amap-toolbar { z-index: 2; display: none !important; }

.amap-scalecontrol { display: none !important; }

.amap-layers:after { content: '' !important; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0); z-index: 0; }

.amap-layers svg { width: 100% !important; height: 100% !important; }

.amap-markers { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }

.innerdot { display: none !important; }

.infobox { display: none; }

.amap-info-contentContainer { width: auto; height: auto; max-width: 320px; padding: 15px 20px; background: #fff; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.amap-info-contentContainer h5 { color: #000; font-size: 18px; }

.amap-info-contentContainer p { color: #999; font-size: 16px; }

.mapdots { width: 1.2rem; height: 1.2rem; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 50%; z-index: 1; color: #0562A9; }

.mapdots:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; background: #0084CC; z-index: -1; -webkit-animation: dots 1.5s infinite linear; animation: dots 1.5s infinite linear; }

.mapdots .dot { width: .3rem; height: .3rem; background: #0084CC; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; }

.mapdots .dot img { width: 25px; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

@-webkit-keyframes dots { from { opacity: 1;
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  to { opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes dots { from { opacity: 1;
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  to { opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@media screen and (max-width: 640px) { .noscroll { background-attachment: scroll !important; } }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/* 1. Buttons */
/* <button> css reset */
.pswp__button { width: 44px; height: 44px; position: relative; background: none; cursor: pointer; overflow: visible; -webkit-appearance: none; display: block; border: 0; padding: 0; margin: 0; float: right; opacity: 0.75; -webkit-transition: opacity 0.2s; transition: opacity 0.2s; -webkit-box-shadow: none; box-shadow: none; }

.pswp__button:focus, .pswp__button:hover { opacity: 1; }

.pswp__button:active { outline: none; opacity: 0.9; }

.pswp__button::-moz-focus-inner { padding: 0; border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close { opacity: 1; }

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before { background: url(default-skin.png) 0 0 no-repeat; background-size: 264px 88px; width: 44px; height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) { /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before { background-image: url(default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right { background: none; } }

.pswp__button--close { background-position: 0 -44px; }

.pswp__button--share { background-position: -44px -44px; }

.pswp__button--fs { display: none; }

.pswp--supports-fs .pswp__button--fs { display: block; }

.pswp--fs .pswp__button--fs { background-position: -44px 0; }

.pswp__button--zoom { display: none; background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom { display: block; }

.pswp--zoomed-in .pswp__button--zoom { background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right { visibility: hidden; }

/* Arrow buttons hit area (icon is added to :before pseudo-element) */
.pswp__button--arrow--left, .pswp__button--arrow--right { background: none; top: 50%; margin-top: -50px; width: 70px; height: 100px; position: absolute; }

.pswp__button--arrow--left { left: 0; }

.pswp__button--arrow--right { right: 0; }

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before { content: ''; top: 35px; background-color: rgba(0, 0, 0, 0.3); height: 30px; width: 32px; position: absolute; }

.pswp__button--arrow--left:before { left: 6px; background-position: -138px -44px; }

.pswp__button--arrow--right:before { right: 6px; background-position: -94px -44px; }

/* 2. Share modal/popup and links */
.pswp__counter, .pswp__share-modal { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.pswp__share-modal { display: block; background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; top: 0; left: 0; padding: 10px; position: absolute; z-index: 1600; opacity: 0; -webkit-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; -webkit-backface-visibility: hidden; will-change: opacity; }

.pswp__share-modal--hidden { display: none; }

.pswp__share-tooltip { z-index: 1620; position: absolute; background: #FFF; top: 56px; border-radius: 2px; display: block; width: auto; right: 44px; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); -webkit-transform: translateY(6px); transform: translateY(6px); -webkit-transition: -webkit-transform 0.25s; transition: -webkit-transform 0.25s; transition: transform 0.25s; transition: transform 0.25s, -webkit-transform 0.25s; -webkit-backface-visibility: hidden; will-change: transform; }

.pswp__share-tooltip a { display: block; padding: 8px 12px; color: #000; text-decoration: none; font-size: 14px; line-height: 18px; }

.pswp__share-tooltip a:hover { text-decoration: none; color: #000; }

.pswp__share-tooltip a:first-child { /* round corners on the first/last list item */ border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child { border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in { opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip { -webkit-transform: translateY(0); transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a { padding: 16px 12px; }

a.pswp__share--facebook:before { content: ''; display: block; width: 0; height: 0; position: absolute; top: -12px; right: 15px; border: 6px solid transparent; border-bottom-color: #FFF; -webkit-pointer-events: none; -moz-pointer-events: none; pointer-events: none; }

a.pswp__share--facebook:hover { background: #3E5C9A; color: #FFF; }

a.pswp__share--facebook:hover:before { border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover { background: #55ACEE; color: #FFF; }

a.pswp__share--pinterest:hover { background: #CCC; color: #CE272D; }

a.pswp__share--download:hover { background: #DDD; }

/* 3. Index indicator ("1 of X" counter) */
.pswp__counter { position: absolute; left: 0; top: 0; height: 50px; font-size: 13px; line-height: 44px; color: #FFF; opacity: 0.75; padding: 0 10px; }

/* 4. Caption */
.pswp__caption { position: absolute; left: 0; bottom: 0; width: 100%; min-height: 44px; }

.pswp__caption small { font-size: 11px; color: #BBB; }

.pswp__caption__center { text-align: left; max-width: 420px; margin: 0 auto; font-size: 13px; padding: 10px; line-height: 20px; color: #CCC; }

.pswp__caption--empty { display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake { visibility: hidden; }

/* 5. Loading indicator (preloader) You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR */
.pswp__preloader { width: 44px; height: 44px; position: absolute; top: 0; left: 50%; margin-left: -22px; opacity: 0; -webkit-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; will-change: opacity; direction: ltr; }

.pswp__preloader__icn { width: 20px; height: 20px; margin: 12px; }

.pswp__preloader--active { opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn { /* We use .gif in browsers that don't support CSS animation */ background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active { opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn { -webkit-animation: clockwise 500ms linear infinite; animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut { -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn { background: none; opacity: 0.75; width: 14px; height: 14px; position: absolute; left: 15px; top: 15px; margin: 0; }

.pswp--css_animation .pswp__preloader__cut { /*  The idea of animating inner circle is based on Polymer ("material") loading indicator  by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html */ position: relative; width: 7px; height: 14px; overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut { -webkit-box-sizing: border-box; box-sizing: border-box; width: 14px; height: 14px; border: 2px solid #FFF; border-radius: 50%; border-left-color: transparent; border-bottom-color: transparent; position: absolute; top: 0; left: 0; background: none; margin: 0; }

@media screen and (max-width: 1024px) { .pswp__preloader { position: relative; left: auto; top: auto; margin: 0; float: right; } }

@-webkit-keyframes clockwise { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes clockwise { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate { 0% { -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% { -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% { -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes donut-rotate { 0% { -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% { -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% { -webkit-transform: rotate(0);
    transform: rotate(0); } }

/* 6. Additional styles */
/* root element of UI */
.pswp__ui { -webkit-font-smoothing: auto; visibility: visible; opacity: 1; z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar { position: absolute; left: 0; top: 0; width: 100%; background: transparent !important; }

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right { -webkit-backface-visibility: hidden; will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right { visibility: visible; }

.pswp__top-bar, .pswp__caption { background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption { background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar { opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right { opacity: 0; }

/* pswp__ui--hidden class is added when controls are hidden e.g. when user taps to toggle visibility of controls */
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right { /* Force paint & create composition layer for controls. */ opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter { display: none; }

.pswp__element--disabled { display: none !important; }

.pswp--minimal--dark .pswp__top-bar { background: none; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp { display: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; overflow: hidden; -ms-touch-action: none; touch-action: none; z-index: 1500; -webkit-text-size-adjust: 100%; /* create separate layer, to avoid paint on window.onscroll in webkit/blink */ -webkit-backface-visibility: hidden; outline: none; }

.pswp * { -webkit-box-sizing: border-box; box-sizing: border-box; }

.pswp img { max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity { /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */ opacity: 0.001; will-change: opacity; /* for open/close transition */ -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open { display: block; }

.pswp--zoom-allowed .pswp__img { /* autoprefixer: off */ cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }

.pswp--zoomed-in .pswp__img { /* autoprefixer: off */ cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; }

.pswp--dragging .pswp__img { /* autoprefixer: off */ cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: grabbing; }

/* Background is added as a separate element. As animating opacity is much faster than animating rgba() background-color. */
.pswp__bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; will-change: opacity; }

.pswp__scroll-wrap { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; }

.pswp__container, .pswp__zoom-wrap { -ms-touch-action: none; touch-action: none; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container, .pswp__img { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }

.pswp__zoom-wrap { position: absolute; width: 100%; -webkit-transform-origin: left top; transform-origin: left top; /* for open/close transition */ -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg { will-change: opacity; /* for open/close transition */ -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap { -webkit-transition: none; transition: none; }

.pswp__container, .pswp__zoom-wrap { -webkit-backface-visibility: hidden; }

.pswp__item { position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; }

.pswp__img { position: absolute; width: auto; height: auto; top: 0; left: 0; }

/* stretched thumbnail or div placeholder element (see below) style is added to avoid flickering in webkit/blink when layers overlap */
.pswp__img--placeholder { -webkit-backface-visibility: hidden; }

/* div element that matches size of large image large image loads on top of it */
.pswp__img--placeholder--blank { background: #222; }

.pswp--ie .pswp__img { width: 100% !important; height: auto !important; left: 0; top: 0; }

/* Error message appears when image is not loaded (JS option errorMsg controls markup) */
.pswp__error-msg { position: absolute; left: 0; top: 50%; width: 100%; text-align: center; font-size: 14px; line-height: 16px; margin-top: -8px; color: #CCC; }

.pswp__error-msg a { color: #CCC; text-decoration: underline; }

.pswp__bg { background: rgba(0, 0, 0, 0.8); }

.pswp__top-bar { background-color: transparent; }

.pswp__top-bar .pswp__button--close { position: relative; width: 50px; height: 50px; top: 0; background: #0084CC; font-size: 16px; color: white; background-position: 0 0; opacity: 1; z-index: 2; }

.pswp__caption { margin-top: 20px; background: transparent; bottom: 0; display: none; }

.pswp__caption small { display: none; }

.pswp__caption__center { width: auto; min-height: 44px; line-height: 1.2; -webkit-transition: .3s; transition: .3s; font-size: 14px; color: #747474; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 20px; background: white; -webkit-box-sizing: border-box; box-sizing: border-box; }

.pswp__button { width: 30px; height: 30px; background: transparent; }

.pswp__button--arrow--left, .pswp__button--arrow--right { width: 46px; height: 46px; background: white; border-radius: 50%; -webkit-transition: .5s !important; transition: .5s !important; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 20px; color: #0084CC; opacity: 1; }

.pswp__button--arrow--left:hover, .pswp__button--arrow--right:hover { background: #0084CC; color: white; }

.pswp__button--arrow--left { left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

.pswp__button--arrow--right { right: 50%; -webkit-transform: translateX(50%); transform: translateX(50%); }

.pswp__button--arrow--left { margin-left: -600px; }

.pswp__button--arrow--right { margin-right: -600px; }

.pswp__button--arrow--left:before { width: 66px; height: 66px; background: transparent; }

.pswp__button--arrow--right:before { width: 66px; height: 66px; background: transparent; }

.atie-calendar, .atie-calendar * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

.calendar-wrap { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 99999; }

.atie-calendar-mask { position: fixed; height: 100%; width: 100%; }

.atie-calendar { position: relative; outline: none; width: 280px; border: 1px solid #fff; list-style: none; font-size: 14px; text-align: left; background-color: #fff; border-radius: 4px; -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); background-clip: padding-box; line-height: 1.5; }

.atie-calendar-input-wrap { height: 34px; padding: 6px 10px; border-bottom: 1px solid #e8e8e8; }

.atie-calendar-input { border: 0; width: 100%; cursor: auto; outline: 0; height: 22px; color: rgba(0, 0, 0, 0.65); background: #fff; }

.atie-calendar-date-panel { position: relative; }

.atie-calendar-header { height: 40px; line-height: 40px; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-bottom: 1px solid #e8e8e8; }

.atie-calendar-header > div > a { position: absolute; top: 0; font-size: 12px; cursor: pointer; }

.atie-calendar-header > div > a:hover { color: #1890ff; }

.atie-calendar-prev-year-btn { left: 7px; }

.atie-calendar-prev-month-btn { left: 36px; }

.atie-calendar-next-year-btn { right: 7px; }

.atie-calendar-next-month-btn { right: 36px; }

.atie-calendar-ym-select { font-weight: 500; }

.atie-calendar-body { padding: 8px 12px; }

.atie-calendar table, .atie-calendar td, .atie-calendar th { border: 0; text-align: center; }

.atie-calendar table { border-collapse: collapse; max-width: 100%; background-color: transparent; width: 100%; }

.atie-calendar thead { display: table-header-group; vertical-align: middle; border-color: inherit; }

.atie-calendar tbody { display: table-row-group; vertical-align: middle; border-color: inherit; }

.atie-calendar tr { display: table-row; vertical-align: inherit; border-color: inherit; }

.atie-calendar-column-header .atie-calendar-column-header-inner { display: block; font-weight: 400; }

.atie-calendar-cell { padding: 3px 0; height: 30px; cursor: pointer; }

.atie-calendar-selected-day .atie-calendar-date { background: #d1e9ff; }

.atie-calendar-last-month-cell .atie-calendar-date, .atie-calendar-next-month-btn-day .atie-calendar-date { color: rgba(0, 0, 0, 0.25); }

.atie-calendar-today .atie-calendar-date { border-color: #1890ff; font-weight: 700; color: #1890ff; }

.atie-calendar-selected-date .atie-calendar-date, .atie-calendar-selected-start-date .atie-calendar-date, .atie-calendar-selected-end-date .atie-calendar-date { background: #1890ff; color: #fff; border: 1px solid transparent; }

.atie-calendar-date { display: block; margin: 0 auto; color: rgba(0, 0, 0, 0.65); border-radius: 2px; width: 24px; height: 24px; line-height: 22px; border: 1px solid transparent; padding: 0; background: transparent; text-align: center; -webkit-transition: background .3s ease; transition: background .3s ease; }

.atie-calendar-footer { border-top: 1px solid #e8e8e8; line-height: 38px; padding: 0 12px; }

.atie-calendar-footer-btn { text-align: center; display: block; }

.atie-calendar .atie-calendar-today-btn { display: inline-block; text-align: center; color: #1890ff; cursor: pointer; }

@-webkit-keyframes shubiao { 0% { -webkit-transform: translateY(-10px); transform: translateY(-10px);
    opacity: 0; }
  100% { -webkit-transform: translateY(10px); transform: translateY(10px);
    opacity: 1; } }

@keyframes shubiao { 0% { -webkit-transform: translateY(-10px); transform: translateY(-10px);
    opacity: 0; }
  100% { -webkit-transform: translateY(10px); transform: translateY(10px);
    opacity: 1; } }

@-webkit-keyframes guodong { from, to { -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1; }
  25% { -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% { -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% { -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@keyframes guodong { from, to { -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1; }
  25% { -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% { -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% { -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@-webkit-keyframes fadeInUp { from { opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp { from { opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInUp2 { from { opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp2 { from { opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInRight { from { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight { from { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInRight2 { from { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight2 { from { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInDown { from { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown { from { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInDown2 { from { opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown2 { from { opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInLeft { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInLeft2 { from { opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft2 { from { opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes bounceInDown { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
            transform: translate3d(0, 200px, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(0, 35px, 0);
            transform: translate3d(0, 35px, 0); }
  75% { -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); }
  90% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes bounceInDown { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
            transform: translate3d(0, 200px, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(0, 35px, 0);
            transform: translate3d(0, 35px, 0); }
  75% { -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); }
  90% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes lightSpeedIn { 0% { -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  100% { -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn { 0% { -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  100% { -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-webkit-keyframes rotateInUpRight { from { -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight { from { -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes rotateInUpLeft { from { -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft { from { -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes flipInX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to { -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1; } }

@keyframes flipInX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to { -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1; } }

@-webkit-keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to { -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1; } }

@keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to { -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1; } }

@-webkit-keyframes faderRotateZ { from { opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
    -webkit-transform: perspective(500px) rotatex(-90deg) translateZ(0);
            transform: perspective(500px) rotatex(-90deg) translateZ(0); }
  to { opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg) translateZ(0);
            transform: rotate(0deg) translateZ(0); } }

@keyframes faderRotateZ { from { opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
    -webkit-transform: perspective(500px) rotatex(-90deg) translateZ(0);
            transform: perspective(500px) rotatex(-90deg) translateZ(0); }
  to { opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg) translateZ(0);
            transform: rotate(0deg) translateZ(0); } }

/** Swiper 5.4.5 Most modern mobile touch slider and framework with hardware accelerated transitions http://swiperjs.com Copyright 2014-2020 Vladimir Kharlampidi Released under the MIT License Released on: June 16, 2020 */
@font-face { font-family: swiper-icons; src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff"); font-weight: 400; font-style: normal; }

:root { --swiper-theme-color:#007aff; }

.swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; }

.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-box-sizing: content-box; box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }

.swiper-slide { -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank { visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }

.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-transition-property: height,-webkit-transform; transition-property: height,-webkit-transform; transition-property: transform,height; transition-property: transform,height,-webkit-transform; }

.swiper-container-3d { -webkit-perspective: 1200px; perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper { overflow: auto; scrollbar-width: none; -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar { display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide { scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper { -ms-scroll-snap-type: x mandatory; scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper { -ms-scroll-snap-type: y mandatory; scroll-snap-type: y mandatory; }

:root { --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: calc(var(--swiper-navigation-size)/ 44 * 27); height: var(--swiper-navigation-size); margin-top: calc(-1 * var(--swiper-navigation-size)/ 2); z-index: 10; cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: .35; cursor: auto; pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after { font-family: swiper-icons; font-size: var(--swiper-navigation-size); text-transform: none !important; letter-spacing: 0; text-transform: none; font-variant: initial; line-height: 1; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next { left: 10px; right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after { content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev { right: 10px; left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white { --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black { --swiper-navigation-color:#000000; }

.swiper-button-lock { display: none; }

.swiper-pagination { position: absolute; text-align: center; -webkit-transition: .3s opacity; transition: .3s opacity; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; }

.swiper-pagination.swiper-pagination-hidden { opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px; left: 0; width: 100%; }

.swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transform: scale(0.33); transform: scale(0.33); position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { -webkit-transform: scale(1); transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { -webkit-transform: scale(1); transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { -webkit-transform: scale(0.66); transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { -webkit-transform: scale(0.33); transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { -webkit-transform: scale(0.66); transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { -webkit-transform: scale(0.33); transform: scale(0.33); }

.swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: #000; opacity: .2; }

button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }

.swiper-pagination-bullet-active { opacity: 1; background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; -webkit-transform: translate3d(0px, -50%, 0); transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 6px 0; display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; -webkit-transition: .2s transform,.2s top; transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: .2s transform,.2s left; transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: .2s transform,.2s right; transition: .2s transform,.2s right; }

.swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25); position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: var(--swiper-pagination-color, var(--swiper-theme-color)); position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); transform: scale(0); -webkit-transform-origin: left top; transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { -webkit-transform-origin: right top; transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 100%; height: 4px; left: 0; top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar { width: 4px; height: 100%; left: 0; top: 0; }

.swiper-pagination-white { --swiper-pagination-color:#ffffff; }

.swiper-pagination-black { --swiper-pagination-color:#000000; }

.swiper-pagination-lock { display: none; }

.swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; }

.swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; }

.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0; top: 0; }

.swiper-scrollbar-cursor-drag { cursor: move; }

.swiper-scrollbar-lock { display: none; }

.swiper-zoom-container { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; }

.swiper-slide-zoomed { cursor: move; }

.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-animation: swiper-preloader-spin 1s infinite linear; animation: swiper-preloader-spin 1s infinite linear; -webkit-box-sizing: border-box; box-sizing: border-box; border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color)); border-radius: 50%; border-top-color: transparent; }

.swiper-lazy-preloader-white { --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black { --swiper-preloader-color:#000; }

@-webkit-keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

.swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-cube { overflow: visible; }

.swiper-container-cube .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden; -webkit-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin: 100% 0; transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events: auto; visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0px; width: 100%; height: 100%; background: #000; opacity: .6; -webkit-filter: blur(50px); filter: blur(50px); z-index: 0; }

.swiper-container-flip { overflow: visible; }

.swiper-container-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

html, body { scroll-behavior: smooth; }

@font-face { font-family: "p"; src: url("../fonts/PFDINTEXTCONDPRO/pfd.eot"); src: url("../fonts/PFDINTEXTCONDPRO/pfd.eot") format("embedded-opentype"), url("../fonts/PFDINTEXTCONDPRO/pfd.woff2") format("woff2"), url("../fonts/PFDINTEXTCONDPRO/pfd.woff") format("woff"), url("../fonts/PFDINTEXTCONDPRO/pfd.svg") format("svg"); font-weight: normal; font-style: normal; }

::-webkit-scrollbar { width: 6px; height: 6px; background-color: #fff; }

::-webkit-scrollbar-thumb { background-color: #0084CC; }

::-moz-selection { background: #0084CC; color: #fff; text-shadow: none; }

::selection { background: #0084CC; color: #fff; text-shadow: none; }

::-webkit-input-placeholder { color: #999; }

:-moz-placeholder { color: #999; }

::-moz-placeholder { color: #999; }

:-ms-input-placeholder { color: #999; }

.w1700 { width: 1700px; margin: 0 auto; }

.w1180 { width: 1180px; margin: 0 auto; }

header { position: fixed; top: 0; left: 0; width: 100vw; height: 1rem; z-index: 11; border-bottom: 1px solid rgba(255, 255, 255, 0.2); -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0 0 0.03rem rgba(0, 0, 0, 0.1); box-shadow: 0 0 0.03rem rgba(0, 0, 0, 0.1); }

header.active:after { height: 100%; }

header.active .w1700 .logo .text h5, header.active .w1700 .logo .text p { color: #333; }

header.active .w1700 .morelink ul li:hover > a { color: #fff; }

header.active .w1700 .morelink ul li > a { color: #333; }

header.active .w1700 .morelink .iconlink .searchIcon a { color: #333; }

header.active .w1700 .morelink .iconlink .fenge { background: #999; }

header.active .w1700 .morelink .iconlink .mobileMenu .mobileMenu_box div { background: #999; }

header:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 0; z-index: -1; background: #fff; -webkit-transition: .55s; transition: .55s; -webkit-transition-timing-function: var(--ease-in-out-b); transition-timing-function: var(--ease-in-out-b); }

header .w1700 { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

header .w1700 .logo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

header .w1700 .logo figure img { width: auto; height: .6rem; }

header .w1700 .logo .text { margin-left: .12rem; }

header .w1700 .logo .text h5 { color: #fff; font-weight: 700; font-size: .22rem; line-height: 1.2; -webkit-transition: color .4s; transition: color .4s; }

header .w1700 .logo .text p { color: #fff; font-size: .15rem; line-height: 1.4; -webkit-transition: color .4s; transition: color .4s; }

header .w1700 .morelink { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

header .w1700 .morelink ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; }

header .w1700 .morelink ul li { position: relative; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; z-index: 1; }

header .w1700 .morelink ul li:hover .subnavList { -webkit-transform: translate(-50%, 0.1rem); transform: translate(-50%, 0.1rem); opacity: 1; visibility: visible; }

header .w1700 .morelink ul li:hover:after { width: 100%; }

header .w1700 .morelink ul li.active:after { width: 100%; }

header .w1700 .morelink ul li .subnavList { position: absolute; left: 50%; top: 100%; -webkit-transform: translate(-50%, 0.18rem); transform: translate(-50%, 0.18rem); opacity: 0; visibility: hidden; background: #fff; padding: .08rem  0; -webkit-transition-property: opacity,-webkit-transform; transition-property: opacity,-webkit-transform; transition-property: opacity,transform; transition-property: opacity,transform,-webkit-transform; -webkit-transition: .55s; transition: .55s; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

header .w1700 .morelink ul li .subnavList a { display: block; white-space: nowrap; padding: .02rem .2rem; color: #999 !important; -webkit-transition: color .4s; transition: color .4s; text-align: center; }

header .w1700 .morelink ul li .subnavList a:hover { color: #0084CC !important; }

header .w1700 .morelink ul li:after { content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 100%; background: linear-gradient(145deg, #0084CC, #00659D, #21323b); -webkit-transition: .55s; transition: .55s; -webkit-transition-timing-function: var(--ease-in-out-b); transition-timing-function: var(--ease-in-out-b); z-index: -1; }

header .w1700 .morelink ul li > a { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: .16rem; color: #fff; -webkit-transition: color .5s; transition: color .5s; padding: 0 .15rem; }

header .w1700 .morelink .iconlink { margin-left: 1.15rem; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

header .w1700 .morelink .iconlink .searchIcon { position: relative; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

header .w1700 .morelink .iconlink .searchIcon a { font-size: .21rem; color: #fff; -webkit-transition: color .5s; transition: color .5s; }

header .w1700 .morelink .iconlink .searchIcon a:hover { color: #0084CC; }

header .w1700 .morelink .iconlink .fenge { margin: 0 .22rem; width: .01rem; height: .21rem; background: #fff; opacity: .5; display: block; }

.mobileMenu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: color .4s; transition: color .4s; cursor: pointer; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; }

.mobileMenu .mobileMenu_box { position: relative; width: .25rem; height: .16rem; }

.mobileMenu .mobileMenu_box.active div { background: #0084CC; }

.mobileMenu .mobileMenu_box.active div:first-child { top: 50%; width: 100%; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); -webkit-transition-property: width,top,-webkit-transform; transition-property: width,top,-webkit-transform; transition-property: width,top,transform; transition-property: width,top,transform,-webkit-transform; -webkit-transition-delay: 0s,0s,.3s; transition-delay: 0s,0s,.3s; }

.mobileMenu .mobileMenu_box.active div:nth-child(2) { opacity: 0; width: 100%; }

.mobileMenu .mobileMenu_box.active div:last-child { bottom: 50%; -webkit-transform: translateY(50%) rotate(-45deg); transform: translateY(50%) rotate(-45deg); -webkit-transition-property: bottom,-webkit-transform; transition-property: bottom,-webkit-transform; transition-property: bottom,transform; transition-property: bottom,transform,-webkit-transform; -webkit-transition-delay: 0s,.3s; transition-delay: 0s,.3s; }

.mobileMenu .mobileMenu_box div { position: absolute; width: 100%; height: 2px; background: #fff; right: 0; -webkit-transition: .3s; transition: .3s; }

.mobileMenu .mobileMenu_box div:first-child { top: 0; }

.mobileMenu .mobileMenu_box div:nth-child(2) { top: 50%; width: .13rem; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.mobileMenu .mobileMenu_box div:last-child { bottom: 0; }

.mobileNav { display: none; position: fixed; bottom: 0; right: 0; width: 100%; height: 100vh; visibility: hidden; -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-transition: .5s; transition: .5s; -webkit-transition-timing-function: var(--ease-in-out-b); transition-timing-function: var(--ease-in-out-b); z-index: 8; background: white; }

.mobileNav.active { visibility: visible; -webkit-transform: translate(0); transform: translate(0); }

.mobileNav .box { width: 100%; height: calc(100 - 1rem); padding-top: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; overflow-y: auto; overflow-x: hidden; -ms-overflow-style: none; overflow: -moz-scrollbars-none; overflow: -webkit-scrollbars-none; }

.mobileNav .box::-webkit-scrollbar { display: none; }

.mobileNav .box .mobileNavitems { height: auto; width: 100%; overflow: hidden; }

.mobileNav .box .mobileNavitems .item { cursor: pointer; position: relative; width: 100%; height: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; z-index: 1; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 0 5%; -webkit-box-sizing: border-box; box-sizing: border-box; }

.mobileNav .box .mobileNavitems .item.active h5 { color: #0084CC; }

.mobileNav .box .mobileNavitems .item.active i { color: #0084CC; -webkit-transform: rotate(90deg); transform: rotate(90deg); }

.mobileNav .box .mobileNavitems .item h5 { font-family: initial; color: #333; font-weight: 700; font-size: 16px; -webkit-transition: .3s; transition: .3s; }

.mobileNav .box .mobileNavitems .item i { color: #666; -webkit-transition: .4s; transition: .4s; }

.mobileNav .box .mobileNavitems .mobilelinkitems { -webkit-transition: .4s; transition: .4s; padding: 0 5%; height: 0; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; background: #f9f9f9; }

.mobileNav .box .mobileNavitems .mobilelinkitems.hasChildActive:before, .mobileNav .box .mobileNavitems .mobilelinkitems.hasChildActive:after { display: block; }

.mobileNav .box .mobileNavitems .mobilelinkitems:before, .mobileNav .box .mobileNavitems .mobilelinkitems:after { content: ''; width: 100%; display: none; height: 15px; }

.mobileNav .box .mobileNavitems .mobilelinkitems a { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; height: 40px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 14px; color: #333; -webkit-transition: .5s; transition: .5s; }

.mobileNav .box .mobileNavitems .mobilelinkitems a:hover { color: #0084CC; }

.popUp { position: fixed; z-index: 9999; top: 0; left: 0; right: 0; bottom: 0; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; visibility: hidden; }

.popUp.active { visibility: visible; }

.popUp.active .popUpBg { visibility: visible; opacity: 1; -webkit-transition: .5s; transition: .5s; }

.popUp .popUpBg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); visibility: hidden; opacity: 0; z-index: -1; }

.popUp .popUpBox { width: 70%; height: 45%; background: #fff; }

.headerBg { position: absolute; z-index: 3; width: 100%; left: 0; }

.swiper-App { overflow: hidden; height: 100vh; position: relative; }

.swiper-App .swiper-pag { position: fixed; left: 1.5625%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 4; right: auto; opacity: 0; -webkit-transition: .5s; transition: .5s; }

.swiper-App .swiper-pag.active { opacity: 1; }

.swiper-App .swiper-pag section { width: auto; height: auto; background: transparent; opacity: 1; margin: .15rem 0 !important; }

.swiper-App .swiper-pag section:first-child { display: none; }

.swiper-App .swiper-pag section.swiper-pagination-bullet-active i { background: #0084CC; color: #fff; }

.swiper-App .swiper-pag section.swiper-pagination-bullet-active p { color: #0084CC; }

.swiper-App .swiper-pag section i { width: .3rem; height: .3rem; background: #CECECE; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #0084CC; font-size: .16rem; -webkit-transition: .4s; transition: .4s; margin-left: auto; margin-right: auto; }

.swiper-App .swiper-pag section p { color: #999; font-size: .12rem; -webkit-transition: .4s; transition: .4s; margin-top: .04rem; }

.swiper-App > .swiper-wrapper > .swiper-slide { position: relative; overflow: hidden; }

.indexSlide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.swiper-box1 { width: 100%; height: 100%; overflow: hidden; position: relative; }

.swiper-box1 .shubiao { position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 4; bottom: .4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; -webkit-animation: shubiao 1.5s                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                infinite; animation: shubiao 1.5s                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                infinite; }

.swiper-box1 .shubiao span { font-size: .12rem; line-height: 1; }

.swiper-box1 .shubiao i { font-size: .35rem; line-height: 1; margin-top: .15rem; }

.swiper-box1 .swiper-wrapper .swiper-slide { position: relative; height: 100%; overflow: hidden; }

.swiper-box1 .swiper-wrapper .swiper-slide .box1img { height: 100%; }

.swiper-box1 .swiper-wrapper .swiper-slide .box1img img { height: 100%; -o-object-fit: cover; object-fit: cover; }

.swiper-box1 .swiper-wrapper .swiper-slide .box1text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); z-index: 4; }

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1180 { color: #fff; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1180 h6 { font-size: .2rem; line-height: 1.2; }

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1180 h5 { font-size: .64rem; font-weight: 700; margin-top: .25rem; line-height: 1.2; }

.profileIndex .profileBg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }

.profileIndex .w1180 { height: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.profileIndex .w1180 > span { color: #0084CC; font-size: .24rem; text-align: center; margin: .5rem 0 .3rem; }

.profileIndex .w1180 p { width: 1107px; margin: 0 auto; color: #999; text-align: center; max-width: 100%; }

.profileIndex .w1180 .items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: .7rem 0 .6rem; }

.profileIndex .w1180 .items .item { width: 24%; color: #999; height: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #999; border: 1px solid #999; -webkit-transition: .4s; transition: .4s; cursor: pointer; }

.profileIndex .w1180 .items .item:hover { background: #0562A9; color: #fff; border-color: #0562A9; }

.profileIndex .w1180 .items .item i { font-size: .55rem; margin-right: .2rem; }

.profileIndex .w1180 .items .item small { font-size: .16rem; }

.profileIndex .w1180 .learnMore { margin-left: auto; margin-right: auto; }

.prdIndex .profileBg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }

.prdIndex .profileBg:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background: rgba(0, 0, 0, 0.5); }

.prdIndex .box { width: 100%; height: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; box-sizing: border-box; display: flex; }

.prdIndex .box .text { display: -webkit-box; display: -ms-flexbox; display: flex; }

.prdIndex .box .text .font { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-right: .8rem; color: #fff; }

.prdIndex .box .text .font .ititle { text-align: left; }

.prdIndex .box .text .font .ititle h6 span.letters { color: #fff; }

.prdIndex .box .text .font p { margin: .7rem 0 .8rem; font-size: .16rem; }

.prdIndex .box .text .swiper { width: 61.93%; }

.prdIndex .box .text .swiper .swiper-prd { width: 100%; overflow: hidden; }

.prdIndex .box .text .swiper .swiper-prd .swiper-wrapper .swiper-slide { position: relative; background: #fff; padding: .6rem .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; }

.prdIndex .box .text .swiper .swiper-prd .swiper-wrapper .swiper-slide.swiper-slide-active .bg { opacity: 1; }

.prdIndex .box .text .swiper .swiper-prd .swiper-wrapper .swiper-slide:hover .bg { opacity: 1; }

.prdIndex .box .text .swiper .swiper-prd .swiper-wrapper .swiper-slide .img img { max-width: 100%; }

.prdIndex .box .text .swiper .swiper-prd .swiper-wrapper .swiper-slide .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#00659D)); background: linear-gradient(to bottom, transparent, #00659D); padding: .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; opacity: 0; -webkit-transition: .55s; transition: .55s; -webkit-transition-timing-function: var(--ease-in-out-b); transition-timing-function: var(--ease-in-out-b); }

.prdIndex .box .text .swiper .swiper-prd .swiper-wrapper .swiper-slide .bg span { color: #fff; line-height: 1.25; font-size: .18rem; }

.prdIndex .box .text .swiper .swiper-ctrl { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: .25rem; }

.prdIndex .box .text .swiper .swiper-ctrl .iconfont { color: #fff; font-size: .32rem; opacity: .5; -webkit-transition: .4s; transition: .4s; margin-right: .25rem; cursor: pointer; line-height: 1; }

.prdIndex .box .text .swiper .swiper-ctrl .iconfont:hover { opacity: 1; }

.prdIndex .box .text .swiper .swiper-ctrl .line { width: 100%; height: 1px; background: #707070; }

.newsIndex .profileBg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }

.newsIndex .profileBg:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background: rgba(255, 255, 255, 0.3); }

.newsIndex .w1180 { height: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.newsIndex .w1180 .items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: .52rem; }

.newsIndex .w1180 .items .list { height: 5.2rem; }

.newsIndex .w1180 .items .list:nth-child(1) { width: 40.67%; }

.newsIndex .w1180 .items .list:nth-child(2) { width: 28.38%; }

.newsIndex .w1180 .items .list:nth-child(3) { width: 28.38%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.newsIndex .w1180 .items .list:nth-child(3) .item { height: 48%; }

.newsIndex .w1180 .items .list .item { position: relative; width: 100%; height: 100%; color: #fff; display: block; padding: .5rem .32rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1; cursor: pointer; -webkit-transition: .5s; transition: .5s; }

.newsIndex .w1180 .items .list .item:hover { -webkit-transform: translateY(-5%); transform: translateY(-5%); }

.newsIndex .w1180 .items .list .item h5 { font-size: .24rem; line-height: 1.45; -webkit-line-clamp: 3; margin: .4rem 0; }

.newsIndex .w1180 .items .list .item p { -webkit-line-clamp: 3; line-height: 2; font-size: .16rem; }

.newsIndex .w1180 .items .list .item .whiteborder { position: absolute; bottom: .5rem; left: .33rem; z-index: 3; }

.contactIndex .profileBg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }

.contactIndex .profileBg:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background: rgba(0, 0, 0, 0.3); }

.contactIndex > .w1180 { height: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.contactIndex > .w1180 .box { display: -webkit-box; display: -ms-flexbox; display: flex; }

.contactIndex > .w1180 .box .font { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-right: .4rem; color: #fff; }

.contactIndex > .w1180 .box .font .ititle { text-align: left; }

.contactIndex > .w1180 .box .font .ititle h6 span.letters { color: #fff; }

.contactIndex > .w1180 .box .font .text { margin: .8rem 0 .7rem; }

.contactIndex > .w1180 .box .font .text p { font-size: .16rem; line-height: 2; white-space: pre-wrap; }

.contactIndex > .w1180 .box .Contactmap { width: 6.2rem; height: 4.2rem; position: relative; }

.contactIndex > .w1180 .box .Contactmap:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background: linear-gradient(45deg, #0084CC 0%, #0562A9 100%); z-index: -1; -webkit-transform: translate(0.24rem, -0.24rem); transform: translate(0.24rem, -0.24rem); }

.contactIndex footer { position: absolute; bottom: 0; left: 0; width: 100%; }

.contactIndex footer .footerBot { background: transparent; }

#map { position: fixed; width: 100%; height: 100%; z-index: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(0.1rem); transform: translateY(0.1rem); -webkit-transition: .5s; transition: .5s; overflow: hidden; }

#map.active { -webkit-transition-delay: .6s; transition-delay: .6s; opacity: 1; visibility: visible; -webkit-transform: translateY(0); transform: translateY(0); z-index: 9; }

.learnMore { width: 1.52rem; height: .45rem; background: linear-gradient(130deg, #0084CC, #00659D, #0562A9); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; font-size: .15rem; border-radius: .23rem; -webkit-transition: .5s; transition: .5s; -webkit-box-sizing: border-box; box-sizing: border-box; }

.learnMore:hover { -webkit-filter: brightness(120%); filter: brightness(120%); }

.learnMore.white { background: #fff; color: #0084CC; }

.learnMore.whiteborder { background: transparent; border: 2px solid #fff; color: #fff; }

.ititle { text-align: center; }

.ititle h6 { font-size: .32rem; text-transform: uppercase; }

.ititle h6 span.letters { font-weight: 700; color: #333; }

.ititle h5 { font-size: .4rem; font-weight: 500; margin-top: .05rem; }

.subnavHead .bannerText { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 74, 115, 0.3); }

.subnavHead .bannerText .w1180 { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; }

.subnavHead .bannerText .w1180 h6 { font-size: .18rem; font-weight: 500; letter-spacing: .2rem; text-indent: .2rem; text-transform: uppercase; }

.subnavHead .bannerText .w1180 i { font-size: .23rem; line-height: 1; margin: .32rem 0 .24rem; }

.subnavHead .bannerText .w1180 h5 { font-size: .3rem; font-weight: 500; position: relative; }

.subnavHead .bannerText .w1180 h5:after { content: ''; position: absolute; top: 50%; left: 100%; margin-left: .32rem; width: 2.53rem; height: 1px; background: #fff; }

.subnavHead .bannerText .w1180 h5:before { content: ''; position: absolute; top: 50%; right: 100%; margin-right: .32rem; width: 2.53rem; height: 1px; background: #fff; }

.subnavHead .bannerText .w1180 small { text-transform: uppercase; display: block; margin: .06rem 0 1.55rem; }

.subnavHead .bannerText .w1180 div { font-size: .12rem; -webkit-transform: scale(0.8); transform: scale(0.8); -webkit-animation: shubiao 1.5s infinite; animation: shubiao 1.5s infinite; }

.subnavBody { height: .65rem; border-bottom: 1px solid #E5E5E5; -webkit-box-sizing: border-box; box-sizing: border-box; }

.subnavBody .w1180 { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.subnavBody .w1180 a { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: .16rem; color: #666; padding: 0 .1rem; position: relative; margin: 0 .17rem; }

.subnavBody .w1180 a.active:after { left: 0; width: 100%; }

.subnavBody .w1180 a:after { content: ''; position: absolute; bottom: 0; -webkit-transform: translateY(100%); transform: translateY(100%); width: 0%; right: 0; height: 2px; background: -webkit-gradient(linear, left top, right top, from(#0084CC), color-stop(#0562A9), to(#00659D)); background: linear-gradient(to right, #0084CC, #0562A9, #00659D); -webkit-transition: .55s; transition: .55s; -webkit-transition-timing-function: var(--ease-in-out-b); transition-timing-function: var(--ease-in-out-b); }

@-webkit-keyframes aboutAfter { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes aboutAfter { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@-webkit-keyframes aboutBefore { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes aboutBefore { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

.about { padding: 1.2rem 0 .9rem; }

.about .w1180 { display: -webkit-box; display: -ms-flexbox; display: flex; }

.about .w1180 .font { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-right: 1.2rem; }

.about .w1180 .font h5 { font-size: .36rem; font-weight: 500; color: #0084CC; line-height: 1.2; }

.about .w1180 .font h6 { font-size: .2rem; color: #999; line-height: 1.2; margin: .1rem 0 .12rem; letter-spacing: .04rem; }

.about .w1180 .font .line { width: .32rem; height: .04rem; background: #0084CC; display: block; line-height: 1; }

.about .w1180 .font .text { margin-top: .6rem; }

.about .w1180 .font .text.feelChin span { font-size: .24rem; line-height: 1.2; }

.about .w1180 .font .text.feelChin p { color: #666; font-size: .16rem; margin-top: .2rem; }

.about .w1180 .Sincetime .dot { width: 3.22rem; height: 3.22rem; position: relative; border-radius: 50%; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.about .w1180 .Sincetime .dot .dot1 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -2; -webkit-transform: translate(-5%, -5%); transform: translate(-5%, -5%); }

.about .w1180 .Sincetime .dot .dot1:after { background: #0084CC; opacity: .2; border-radius: 45%; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; -webkit-animation: aboutAfter 7s linear infinite; animation: aboutAfter 7s linear infinite; }

.about .w1180 .Sincetime .dot .dot2 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -2; -webkit-transform: translate(6%, 0%); transform: translate(6%, 0%); }

.about .w1180 .Sincetime .dot .dot2:after { background: #C79556; opacity: .2; border-radius: 45%; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; -webkit-animation: aboutBefore 7s linear infinite; animation: aboutBefore 7s linear infinite; }

.about .w1180 .Sincetime .dot .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; z-index: -1; background: linear-gradient(145deg, #0084CC, #0562A9); opacity: .75; }

.about .w1180 .Sincetime .dot span { position: relative; text-transform: uppercase; font-size: .18rem; display: block; margin-bottom: .15rem; }

.about .w1180 .Sincetime .dot span:after { content: ''; position: absolute; top: 50%; left: 100%; margin-left: .25rem; width: .7rem; height: 1px; background: #fff; }

.about .w1180 .Sincetime .dot span:before { content: ''; position: absolute; top: 50%; right: 100%; margin-right: .25rem; width: .7rem; height: 1px; background: #fff; }

.about .w1180 .Sincetime .dot div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.about .w1180 .Sincetime .dot div h1 { font-size: .78rem; font-weight: 700; line-height: 1; }

.about .w1180 .Sincetime .dot div small { margin-left: .16rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: .32rem; height: .32rem; background: #fff; color: #0084CC; font-size: .16rem; border-radius: 50%; }

.about1 { padding: .95rem 0; }

.about1 .w1180 { color: #fff; }

.about1 .w1180 h6 { font-size: .2rem; margin-bottom: .45rem; }

.about1 .w1180 p { font-size: .16rem; }

.about2 { padding: .76rem 0 1.05rem; }

.about2 .w1180 { display: -webkit-box; display: -ms-flexbox; display: flex; }

.about2 .w1180 figure { width: 50%; }

.about2 .w1180 .font { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-left: .5rem; }

.about2 .w1180 .font h5 { color: #0084CC; font-size: .3rem; line-height: 1.2; margin-top: .4rem; margin-bottom: .25rem; }

.about2 .w1180 .font p { color: #666; font-size: .16rem; line-height: 2; }

@-webkit-keyframes about3Ani { 0% { -webkit-transform: translate(-50%, -50%) scale(0.1); transform: translate(-50%, -50%) scale(0.1);
    opacity: 1; }
  100% { -webkit-transform: translate(-50%, -50%) scale(1.3); transform: translate(-50%, -50%) scale(1.3);
    opacity: 0; } }

@keyframes about3Ani { 0% { -webkit-transform: translate(-50%, -50%) scale(0.1); transform: translate(-50%, -50%) scale(0.1);
    opacity: 1; }
  100% { -webkit-transform: translate(-50%, -50%) scale(1.3); transform: translate(-50%, -50%) scale(1.3);
    opacity: 0; } }

.about3 { padding: .16rem 0 .29rem; overflow: hidden; }

.about3 .w1180 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.about3 .w1180 .font { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-right: .85rem; }

.about3 .w1180 .font h5 { margin-top: 1.7rem; font-size: .3rem; color: #0084CC; line-height: 1.4; }

.about3 .w1180 .font p { margin: .32rem 0 .25rem; color: #666; }

.about3 .w1180 .font .img figure { position: relative; display: inline-block; z-index: 1; }

.about3 .w1180 .font .img figure:after { content: ''; position: absolute; bottom: 0; left: 100%; width: 100vw; height: 1px; -webkit-transform: translateX(-15px); transform: translateX(-15px); background: #EBEBEB; z-index: -1; }

.about3 .w1180 .font .img figure:before { content: ''; position: absolute; bottom: 0; right: 100%; width: 100vw; height: 1px; background: #EBEBEB; -webkit-transform: translateX(18px); transform: translateX(18px); z-index: -1; }

.about3 .w1180 .font .img figure img { -webkit-transform: translateY(8px); transform: translateY(8px); position: relative; }

.about3 .w1180 .aboutMap { position: relative; width: 49.23%; }

.about3 .w1180 .aboutMap .img { position: relative; }

.about3 .w1180 .aboutMap .img .items { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.about3 .w1180 .aboutMap .img .items .dot { position: absolute; width: 1.502%; height: 1.948%; border-radius: 50%; background: #0562A9; z-index: 3; }

.about3 .w1180 .aboutMap .img .items .dot:after, .about3 .w1180 .aboutMap .img .items .dot:before { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: rgba(0, 132, 204, 0.38); z-index: -1; border-radius: 50%; -webkit-transform-origin: center center; transform-origin: center center; -webkit-animation: about3Ani 2s linear infinite; animation: about3Ani 2s linear infinite; }

.about3 .w1180 .aboutMap .img .items .dot:before { -webkit-animation-delay: -1s; animation-delay: -1s; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(1) { top: 48%; left: 36%; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(1):after { width: 2.1875vw; height: 2.1875vw; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(1):before { width: 2.1875vw; height: 2.1875vw; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(2) { top: 63%; left: 24%; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(2):after { width: 2.1875vw; height: 2.1875vw; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(2):before { width: 2.1875vw; height: 2.1875vw; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(3) { top: 64%; left: 48%; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(3):after { width: 4.6875vw; height: 4.6875vw; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(3):before { width: 4.6875vw; height: 4.6875vw; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(4) { top: 76%; left: 54%; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(4):after { width: 2.1875vw; height: 2.1875vw; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(4):before { width: 2.1875vw; height: 2.1875vw; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(5) { top: 66%; left: 57%; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(5):after { width: 2.60417vw; height: 2.60417vw; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(5):before { width: 2.60417vw; height: 2.60417vw; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(6) { top: 45%; left: 64%; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(6):after { width: 2.1875vw; height: 2.1875vw; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(6):before { width: 2.1875vw; height: 2.1875vw; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(7) { top: 60%; left: 74%; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(7):after { width: 2.60417vw; height: 2.60417vw; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(7):before { width: 2.60417vw; height: 2.60417vw; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(8) { top: 70%; left: 64%; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(8):after { width: 3.64583vw; height: 3.64583vw; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(8):before { width: 3.64583vw; height: 3.64583vw; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(9) { top: 82%; left: 61%; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(9):after { width: 2.1875vw; height: 2.1875vw; }

.about3 .w1180 .aboutMap .img .items .dot:nth-child(9):before { width: 2.1875vw; height: 2.1875vw; }

.about4 { position: relative; z-index: 1; padding: 1.35rem 0 2rem; }

.about4:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 74, 115, 0.63); z-index: -1; }

.about4 .w1180 { color: #fff; }

.about4 .w1180 h5 { font-size: .3rem; margin-bottom: .3rem; line-height: 1.2; text-align: center; }

.about4 .w1180 p { font-size: .16rem; width: 913px; max-width: 100%; margin-left: auto; margin-right: auto; }

footer { color: #fff; }

footer .footerTop { background: rgba(56, 58, 63, 0.86); padding: .5rem 0 .7rem; }

footer .footerTop .w1180 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

footer .footerTop .w1180 .listbox { display: -webkit-box; display: -ms-flexbox; display: flex; }

footer .footerTop .w1180 .listbox .list { margin-right: 1rem; }

footer .footerTop .w1180 .listbox .list h5 { font-size: .18rem; line-height: 1.2; margin-bottom: .2rem; }

footer .footerTop .w1180 .listbox .list .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

footer .footerTop .w1180 .listbox .list .item a, footer .footerTop .w1180 .listbox .list .item p { opacity: .6; line-height: 1.4; margin-bottom: .1rem; }

footer .footerTop .w1180 .listbox .list .item a { -webkit-transition: opacity .4s; transition: opacity .4s; }

footer .footerTop .w1180 .listbox .list .item a:hover { opacity: 1; }

footer .footerTop .w1180 .wx { text-align: center; }

footer .footerTop .w1180 .wx p { opacity: .6; margin-top: 2px; }

footer .footerBot { background: #2E3033; padding: .2rem 0; }

footer .footerBot .w1180 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

footer .footerBot .w1180 p { display: -webkit-box; display: -ms-flexbox; display: flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

footer .footerBot .w1180 p span { white-space: pre-wrap; }

footer .footerBot .w1180 p a { white-space: pre-wrap; -webkit-transition: color .4s; transition: color .4s; }

footer .footerBot .w1180 p a:hover { color: #0084CC; }

.profileTime { padding: 1.15rem 0 1.65rem; }

.profileTime .w1180 .swiper-time { margin-bottom: 1.45rem; overflow: hidden; }

.profileTime .w1180 .swiper-time .swiper-wrapper .swiper-slide { display: -webkit-box; display: -ms-flexbox; display: flex; }

.profileTime .w1180 .swiper-time .swiper-wrapper .swiper-slide figure { width: 45.83%; }

.profileTime .w1180 .swiper-time .swiper-wrapper .swiper-slide .font { position: relative; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: .8rem; padding-right: .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.profileTime .w1180 .swiper-time .swiper-wrapper .swiper-slide .font time { color: #0084CC; font-size: .16rem; }

.profileTime .w1180 .swiper-time .swiper-wrapper .swiper-slide .font h5 { font-size: .22rem; margin: .12rem 0 .3rem; }

.profileTime .w1180 .swiper-time .swiper-wrapper .swiper-slide .font p { -webkit-line-clamp: 2; color: #666; }

.profileTime .w1180 .swiper-time .swiper-wrapper .swiper-slide .font h6 { font-size: 2.22rem; font-family: 'p'; line-height: 1; color: #F5F5F5; text-align: right; position: absolute; right: 0; bottom: 0; -webkit-transform: translateY(14%); transform: translateY(14%); z-index: -1; }

.profileTime .swiper-list { width: 100%; position: relative; z-index: 1; }

.profileTime .swiper-list:after { content: ''; position: absolute; width: 100%; bottom: 0%; border-bottom: 1px solid rgba(0, 0, 0, 0.1); z-index: -1; }

.profileTime .swiper-list .w1180 { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.profileTime .swiper-list .w1180 section { position: relative; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: auto; height: auto; opacity: 1; background: transparent; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.profileTime .swiper-list .w1180 section:last-child { -webkit-box-flex: 0; -ms-flex: none; flex: none; }

.profileTime .swiper-list .w1180 section:last-child span { display: none; }

.profileTime .swiper-list .w1180 section:last-child span:nth-child(2) { display: block; }

.profileTime .swiper-list .w1180 section span { width: 1px; height: 6px; background: #C0C0C0; display: block; }

.profileTime .swiper-list .w1180 section span:nth-child(2) { height: 20px; }

.profileTime .swiper-list .w1180 section span:nth-child(7) { height: 20px; }

.profileTime .swiper-list .w1180 section span:last-child { opacity: 0; }

.profileTime .swiper-list .w1180 section.swiper-pagination-bullet-active .dot { background: #fff; -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); color: #0084CC; }

.profileTime .swiper-list .w1180 section.swiper-pagination-bullet-active .dot:before { opacity: 0; }

.profileTime .swiper-list .w1180 section .dot { position: absolute; width: .88rem; height: .88rem; background: transparent; border-radius: 50%; left: 0; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0); box-shadow: 0 3px 6px rgba(0, 0, 0, 0); font-size: .18rem; z-index: 3; -webkit-transition: .4s; transition: .4s; color: transparent; }

.profileTime .swiper-list .w1180 section .dot:before { content: attr(data); position: absolute; left: 50%; top: 100%; color: #999; font-size: .18rem; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: .4s; transition: .4s; }

.culture { padding: 1.18rem 0 1.4rem; }

.culture .w1180 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.culture .w1180 .item { width: 24%; }

.culture .w1180 .item:hover > figure img { -webkit-transform: scale(1.1); transform: scale(1.1); }

.culture .w1180 .item figure { overflow: hidden; }

.culture .w1180 .item figure img { -webkit-transition: .5s; transition: .5s; }

.culture .w1180 .item .font { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; background: linear-gradient(145deg, #F2FAFF, #BED9E7); padding: .22rem .4rem .42rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.culture .w1180 .item .font .text figure { width: .55rem; height: .52rem; }

.culture .w1180 .item .font .text figure img { width: 100%; }

.culture .w1180 .item .font .text h5 { font-size: .24rem; line-height: 1.2; margin: .22rem 0; }

.culture .w1180 .item .font .text p { font-size: .16rem; color: #999; line-height: 2; margin-bottom: .35rem; }

.culture .w1180 .item .font .line { width: .26rem; height: 4px; background: #0084CC; line-height: 1; }

.war { padding: 1.2rem 0 .75rem; }

.war .w1180 .items { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; }

.war .w1180 .items .item { color: #0084CC; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.war .w1180 .items .item i { font-size: .6rem; line-height: 1; margin-bottom: .4rem; }

.war .w1180 .items .item span { font-size: .24rem; line-height: 1.2; }

.war .w1180 .itemimg { margin-top: .5rem; }

.war .w1180 .itemimg .img { position: relative; text-align: center; }

.war .w1180 .itemimg .img img { max-width: 100%; }

.war .w1180 .itemimg .img figure { position: absolute; width: 10.06%; border-radius: 50%; overflow: hidden; }

.war .w1180 .itemimg .img figure:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }

.war .w1180 .itemimg .img figure img { -webkit-transition: .4s; transition: .4s; }

.war .w1180 .itemimg .img .item1 { top: 37%; left: 15%; -webkit-transform: rotateY(-32deg); transform: rotateY(-32deg); }

.war .w1180 .itemimg .img .item2 { bottom: 0%; left: 50%; -webkit-transform: translate(-50%, 15%); transform: translate(-50%, 15%); }

.war .w1180 .itemimg .img .item3 { right: 10%; top: 40%; -webkit-transform: rotateY(32deg); transform: rotateY(32deg); }

.honor { padding-top: 1.57rem; overflow: hidden; }

.honor .w1180 .items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.honor .w1180 .items .item { width: 30%; position: relative; margin-bottom: 1.15rem; z-index: 2; }

.honor .w1180 .items .item:nth-child(3n + 1):after { content: ''; position: absolute; width: 150vw; -webkit-transform: translateX(-30%); transform: translateX(-30%); left: 0%; height: .4rem; background: -webkit-gradient(linear, left top, left bottom, from(#D5D5D5), to(#fff)); background: linear-gradient(to bottom, #D5D5D5, #fff); }

.honor .w1180 .items .item:last-child:nth-child(3n - 1) { margin-right: calc(30% + 10% / 3); }

.honor .w1180 .items .item:hover .bg { opacity: 1; visibility: visible; }

.honor .w1180 .items .item .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.65); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; color: #fff; opacity: 0; visibility: hidden; -webkit-transition: .44s; transition: .44s; -webkit-transition-timing-function: var(--ease-in-out-b); transition-timing-function: var(--ease-in-out-b); }

.honor .w1180 .items .item .bg i { font-size: .25rem; }

.honor .w1180 .items .item .bg span { font-size: .12rem; }

.news { padding: 1.15rem 0 1.95rem; }

.news .w1180 .imgAndFont { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.news .w1180 .imgAndFont .item { position: relative; display: block; width: 31%; }

.news .w1180 .imgAndFont .item:after { content: ''; position: absolute; right: 100%; margin-right: 5.8%; width: 1px; height: 100%; background: #E6E6E6; top: 0; }

.news .w1180 .imgAndFont .item:first-child:after { display: none; }

.news .w1180 .imgAndFont .item:hover figure img { -webkit-transform: scale(1.1); transform: scale(1.1); }

.news .w1180 .imgAndFont .item:hover .text h5 { color: #0084CC; }

.news .w1180 .imgAndFont .item figure { overflow: hidden; }

.news .w1180 .imgAndFont .item figure img { -webkit-transition: .4s; transition: .4s; }

.news .w1180 .imgAndFont .item .text time { font-size: .12rem; color: #999; margin: .2rem 0; line-height: 1; display: block; }

.news .w1180 .imgAndFont .item .text h5 { font-size: .2rem; line-height: 1.2; -webkit-transition: color .4s; transition: color .4s; }

.news .w1180 .imgAndFont .item .text p { color: #666; margin: .18rem 0 .25rem; }

.news .w1180 .imgAndFont .item .text span { color: #0084CC; line-height: 1.2; }

.news .w1180 .imgAndFont i { width: 31%; }

.news .w1180 .list { margin-top: .9rem; }

.news .w1180 .list .item { display: block; padding: .25rem .5rem .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.news .w1180 .list .item:nth-child(odd) { background: #F9F9F9; }

.news .w1180 .list .item time { color: #999; font-size: .12rem; line-height: 1.2; }

.news .w1180 .list .item p { font-size: .2rem; margin-top: .12rem; line-height: 1.5; }

.news .paging { margin-top: .75rem; }

.paging { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.paging a { min-width: .36rem; padding: 0 .08rem; height: .36rem; border: 1px solid #7D7D7D; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 .04rem; -webkit-transition-property: color,border-color,background-color; transition-property: color,border-color,background-color; -webkit-transition-duration: .4s; transition-duration: .4s; }

.paging a:hover { background: #0084CC; color: #fff; border-color: #0084CC; }

.paging a.active { background: #0084CC; color: #fff; border-color: #0084CC; }

.newsInnerTitle { border-bottom: 1px solid #E5E5E5; -webkit-box-sizing: border-box; box-sizing: border-box; height: .5rem; }

.newsInnerTitle .w1180 { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #999; }

.newsInnerTitle .w1180 span { display: block; margin: 0 .04rem; }

.newsInnerTitle .w1180 a { -webkit-transition: color .4s; transition: color .4s; }

.newsInnerTitle .w1180 a:hover { color: #0084CC; }

.newsInner { padding: .56rem 0 1.4rem; }

.newsInner .w1180 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.newsInner .w1180 .fontarea { width: 67.2%; }

.newsInner .w1180 .fontarea .head h5 { font-size: .26rem; line-height: 1.4; }

.newsInner .w1180 .fontarea .title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: .1rem 0 .6rem; }

.newsInner .w1180 .fontarea .title .msgl { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.newsInner .w1180 .fontarea .title .msgl span { color: #999; margin-right: .3rem; }

.newsInner .w1180 .fontarea .title .msgr { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.newsInner .w1180 .fontarea .title .msgr a { width: .35rem !important; height: .35rem !important; margin: 0 !important; padding: 0 !important; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 50%; margin-right: .1rem !important; font-size: .18rem; color: #fff; -webkit-filter: brightness(100%); filter: brightness(100%); -webkit-transition: -webkit-filter .4s; transition: -webkit-filter .4s; transition: filter .4s; transition: filter .4s, -webkit-filter .4s; }

.newsInner .w1180 .fontarea .title .msgr a:nth-child(2) { background: #96c35e !important; }

.newsInner .w1180 .fontarea .title .msgr a:nth-child(3) { background: #db595b !important; }

.newsInner .w1180 .fontarea .title .msgr a:nth-child(4) { background: #5894c6 !important; }

.newsInner .w1180 .fontarea .title .msgr a:nth-child(5) { background: #329030 !important; }

.newsInner .w1180 .fontarea .title .msgr a:nth-child(6) { background: #1666d9 !important; }

.newsInner .w1180 .fontarea .title .msgr a:hover { -webkit-filter: brightness(110%); filter: brightness(110%); }

.newsInner .w1180 .fontarea .text.feelChin { color: #999; }

.newsInner .w1180 .fontarea .text.feelChin p { font-size: .16rem; }

.newsInner .w1180 .listarea { width: 28.64%; }

.newsInner .w1180 .listarea h6 { font-size: .2rem; margin-bottom: .27rem; }

.newsInner .w1180 .listarea .list .item { display: block; padding: .2rem .1rem .15rem .22rem; -webkit-box-sizing: border-box; box-sizing: border-box; background: #F9F9F9; margin-bottom: .1rem; -webkit-transition: background-color .4s; transition: background-color .4s; font-size: 0; line-height: 1; }

.newsInner .w1180 .listarea .list .item:hover { background: #0084CC; }

.newsInner .w1180 .listarea .list .item:hover time { color: #fff; }

.newsInner .w1180 .listarea .list .item:hover p { color: #fff; }

.newsInner .w1180 .listarea .list .item time { font-size: .12rem; line-height: 1; color: #999; -webkit-transition: color .4s; transition: color .4s; }

.newsInner .w1180 .listarea .list .item p { margin-top: .1rem; font-size: .18rem; line-height: 1.55; display: -webkit-box; white-space: pre-wrap; -webkit-line-clamp: 2; -webkit-box-orient: vertical; -webkit-transition: color .4s; transition: color .4s; }

.newsInnerLink .w1180 { display: -webkit-box; display: -ms-flexbox; display: flex; border-top: 1px solid #DCDCDC; padding: .25rem 0 .85rem; }

.newsInnerLink .w1180 .list { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-right: 1rem; }

.newsInnerLink .w1180 .list a { width: 90%; font-size: .16rem; color: #999; -webkit-transition: color .4s; transition: color .4s; margin-bottom: .15rem; line-height: 1.2; -webkit-line-clamp: 1; }

.newsInnerLink .w1180 .list a:hover { color: #0084CC; }

.newsInnerLink .w1180 .list a:last-child { margin-bottom: 0; }

.newsInnerLink .w1180 .learn { width: 1.52rem; height: .45rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; background: linear-gradient(130deg, #0084CC, #00659D, #004266); font-size: .15rem; border-radius: .23rem; }

.prd { padding: 1rem 0 2.34rem; }

.prd .w1180 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.prd .w1180 .item { width: 32%; position: relative; padding: 1rem .5rem 1.15rem; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #E5E5E5; box-sizing: border-box; margin-bottom: .37rem; overflow: hidden; }

.prd .w1180 .item:hover:after { opacity: 1; }

.prd .w1180 .item:hover p { color: #fff; }

.prd .w1180 .item:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }

.prd .w1180 .item img { max-width: 100%; -webkit-transition: .4s; transition: .4s; }

.prd .w1180 .item p { position: absolute; bottom: .15rem; width: 100%; left: 0; text-align: center; z-index: 3; font-size: .18rem; -webkit-transition: color .4s; transition: color .4s; padding: 0 .5rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.prd .w1180 .item:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: -webkit-gradient(linear, left bottom, left top, from(#00659D), to(transparent)); background: linear-gradient(to top, #00659D, transparent); opacity: 0; -webkit-transition: opacity .4s; transition: opacity .4s; z-index: 2; }

.prd .w1180 i { width: 32%; }

.prd .paging { margin-top: .75rem; }

.prdInner { padding: 1rem 0 .63rem; }

.prdInner .w1180 .box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .4rem .44rem .8rem 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; background: #F9F9F9; }

.prdInner .w1180 .box figure { width: 32.54%; }

.prdInner .w1180 .box .font { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-left: .86rem; }

.prdInner .w1180 .box .font h5 { font-size: .24rem; line-height: 1.2; font-weight: 500; }

.prdInner .w1180 .box .font .text { margin: .22rem 0 .6rem; padding-top: .4rem; border-top: 1px solid rgba(112, 112, 122, 0.3); }

.prdInner .w1180 .box .font .text p { color: #999; font-size: .16rem; line-height: 2; }

.prdInner .w1180 .box .learn { display: -webkit-box; display: -ms-flexbox; display: flex; }

.prdInner .w1180 .box .learn a { width: 1.52rem; height: .45rem; background: #979797; border-radius: 4px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; margin-right: .11rem; -webkit-transition: background-color .4s; transition: background-color .4s; }

.prdInner .w1180 .box .learn a:hover { background: #EB8300; }

.prdInner .w1180 .box .learn a i { font-size: .3rem; line-height: 1; }

.prdInner .w1180 .box .learn a span { font-size: .16rem; font-weight: 700; margin-left: .19rem; }

.prdInner .w1180 .xiangxi { background: #F9F9F9; margin-top: .4rem; }

.prdInner .w1180 .xiangxi .head { font-size: .24rem; width: 100%; background: #0084CC; font-weight: 500; height: .67rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; }

.prdInner .w1180 .xiangxi .font { padding: .71rem .66rem 1.44rem; }

.prdInner .w1180 .xiangxi .font.feelChin p { font-size: .16rem; color: #999; line-height: 2.4; }

.isindex { display: none; }

.manufaturing { padding: 1.15rem 0 1.85rem; }

.manufaturing .w1180 .item { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: .3rem; }

.manufaturing .w1180 .item:nth-child(even) { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.manufaturing .w1180 .item figure { width: 50%; }

.manufaturing .w1180 .item .font { width: 50%; background: #F9F9F9; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 .56rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.manufaturing .w1180 .item .font h5 { font-size: .3rem; line-height: 1.2; margin-bottom: .3rem; color: #0084CC; }

.manufaturing .w1180 .item .font p { font-size: .16rem; color: #999; }

.manufaturingQuality { padding: 1.15rem 0 2.1rem; }

.manufaturingQuality .w1180 .head h5 { color: #0084CC; font-size: .24rem; line-height: 1.5; text-align: center; margin-bottom: .4rem; font-weight: 700; }

.manufaturingQuality .w1180 .text.feelChin p { font-size: .16rem; color: #999; }

.manufaturingMain { padding: 1.2rem 0 1.8rem; }

.manufaturingMain .w1180 .numList { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.manufaturingMain .w1180 .numList .item { color: #999; }

.manufaturingMain .w1180 .numList .item div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 4px; }

.manufaturingMain .w1180 .numList .item div span { color: #0084CC; font-size: .51rem; font-weight: 700; line-height: 1; }

.manufaturingMain .w1180 .numList .item div small { font-size: .16rem; display: block; margin-left: .11rem; }

.manufaturingMain .w1180 .numList .item p { font-size: .16rem; margin-left: .06rem; }

.manufaturingMain .w1180 .text { margin-top: .8rem; }

.manufaturingMain .w1180 .text .font p { font-size: .16rem; color: #999; }

.manufaturingMain .w1180 .text .swiper { position: relative; overflow: hidden; margin-top: .7rem; }

.manufaturingMain .w1180 .text .swiper .prev, .manufaturingMain .w1180 .text .swiper .next { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: .37rem; height: .37rem; border-radius: 50%; border: 1px solid #C79556; color: #C79556; z-index: 3; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: .16rem; -webkit-transition-property: background-color,color; transition-property: background-color,color; -webkit-transition: .5s; transition: .5s; cursor: pointer; }

.manufaturingMain .w1180 .text .swiper .prev:hover, .manufaturingMain .w1180 .text .swiper .next:hover { background: #C79556; color: #fff; }

.manufaturingMain .w1180 .text .swiper .prev { left: .17rem; }

.manufaturingMain .w1180 .text .swiper .next { right: .17rem; }

.manufaturingMain .w1180 .text .swiper .swiper-wrapper .swiper-slide .bg { position: absolute; height: 21.66%; width: 100%; bottom: 0%; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 .3rem; -webkit-box-sizing: border-box; box-sizing: border-box; background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8))); background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8)); }

.manufaturingMain .w1180 .text .swiper .swiper-wrapper .swiper-slide .bg span { color: #fff; font-size: .16rem; }

.case { padding: .95rem 0 1.6rem; }

.case .w1180 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.case .w1180 .item { width: 32%; margin-bottom: .35rem; }

.case .w1180 .item:hover figure img { -webkit-transform: scale(1.1); transform: scale(1.1); }

.case .w1180 .item:hover .font { background: #0084CC; }

.case .w1180 .item:hover .font h6 { color: #fff; }

.case .w1180 .item:hover .font span { color: #fff; }

.case .w1180 .item figure { overflow: hidden; }

.case .w1180 .item figure img { -webkit-transition: .4s; transition: .4s; }

.case .w1180 .item .font { background: #F5F5F5; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 1.67rem; -webkit-transition: background-color .4s; transition: background-color .4s; }

.case .w1180 .item .font h6 { font-size: .18rem; color: #666; line-height: 1.3; margin-bottom: .2rem; -webkit-transition: color .4s; transition: color .4s; }

.case .w1180 .item .font span { color: #666; -webkit-transition: color .4s; transition: color .4s; }

.case .w1180 i { width: 32%; }

.caseInner { padding: .9rem 0 1.7rem; }

.caseInner .w1180 .head h5 { font-size: .24rem; text-align: center; line-height: 1.2; }

.caseInner .w1180 .font { margin-top: .42rem; }

.caseInner .w1180 .font.feelChin p { font-size: .16rem; color: #666666; }

.caseInner .w1180 .font.feelChin span { color: #0084CC; font-weight: 700; font-size: .18rem; }

.caseInnerOtherLink .w1180 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-top: 1px solid #EEEEEE; padding: .3rem 0 .7rem; }

.caseInnerOtherLink .w1180 a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #4C4C4C; }

.caseInnerOtherLink .w1180 a:hover i, .caseInnerOtherLink .w1180 a:hover span { color: #0084CC; }

.caseInnerOtherLink .w1180 a:first-child span { margin-left: .1rem; }

.caseInnerOtherLink .w1180 a:nth-child(2) span { margin-right: .1rem; }

.caseInnerOtherLink .w1180 a:last-child span { margin-right: .1rem; }

.caseInnerOtherLink .w1180 a i { font-size: .12rem; -webkit-transition: color .4s; transition: color .4s; }

.caseInnerOtherLink .w1180 a span { font-size: .16rem; display: block; -webkit-transition: color .4s; transition: color .4s; }

.caseInnerContact { padding: 1rem 0 1.3rem; }

.caseInnerContact .w1180 { color: #fff; }

.caseInnerContact .w1180 h5 { font-size: .28rem; line-height: 1.2; margin-bottom: .22rem; text-align: center; }

.caseInnerContact .w1180 div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.caseInnerContact .w1180 div section { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: 1px solid #fff; padding: .05rem .15rem; }

.caseInnerContact .w1180 div section span { font-size: .16rem; display: block; margin-right: .16rem; }

.caseInnerContact .w1180 div section small { color: #C79556; font-size: .18rem; }

@-webkit-keyframes saleDot { 0% { -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  100% { -webkit-transform: translate(-50%, -50%) scale(2); transform: translate(-50%, -50%) scale(2);
    opacity: 0; } }

@keyframes saleDot { 0% { -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  100% { -webkit-transform: translate(-50%, -50%) scale(2); transform: translate(-50%, -50%) scale(2);
    opacity: 0; } }

.sale { padding: 1rem 0 1.55rem; }

.sale .w1180 .img { position: relative; }

.sale .w1180 .img .scaleimg { position: absolute; width: 54.23%; right: 16.61%; top: 26.2%; display: block; -webkit-transform-origin: 87% 30%; transform-origin: 87% 30%; -webkit-transform: scale(0.1); transform: scale(0.1); -webkit-transition: 1s; transition: 1s; }

.sale .w1180 .img .scaleimg.flag { -webkit-transform: scale(1); transform: scale(1); }

.sale .w1180 .img .dot { position: absolute; top: 34%; right: 22%; width: 3.125vw; height: 3.125vw; border-radius: 50%; background: #0084CC; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; color: #fff; font-size: .12rem; line-height: 1; z-index: 1; }

.sale .w1180 .img .dot:after, .sale .w1180 .img .dot:before { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: 100%; border-radius: 50%; z-index: -1; transform: translate(-50%, -50%); background: #0084CC; -webkit-animation: saleDot 1.6s linear infinite; animation: saleDot 1.6s linear infinite; }

.sale .w1180 .img .dot:before { -webkit-animation-delay: .8s; animation-delay: .8s; }

.sale .w1180 p { margin-top: .8rem; color: #666; font-size: .16rem; }

.ststem .w1180 .title { padding: 1.1rem 0 .6rem; }

.ststem .w1180 .title p { width: 1000px; margin: 0 auto; font-size: .2rem; max-width: 100%; }

.ststem .w1180 .title .items { margin-top: .65rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.ststem .w1180 .title .items .item { width: 1.55rem; height: 1.55rem; border-radius: 50%; color: #0084CC; border: 1px solid #0084CC; margin: 0 .5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transition-property: color,background-color; transition-property: color,background-color; -webkit-transition: .4s; transition: .4s; }

.ststem .w1180 .title .items .item:hover { background: #0084CC; color: #fff; }

.ststem .w1180 .title .items .item i { font-size: .45rem; line-height: 1; margin-bottom: .1rem; -webkit-transition: color .4s; transition: color .4s; }

.ststem .w1180 .title .items .item span { font-size: .16rem; }

.ststem .w1180 .boxlist { padding-bottom: 1.2rem; }

.ststem .w1180 .boxlist .listhx { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.ststem .w1180 .boxlist .listhx .dot { width: 9px; height: 9px; border-radius: 50%; border: 1px solid #CECECE; -webkit-box-sizing: border-box; box-sizing: border-box; }

.ststem .w1180 .boxlist .listhx .line { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 1px; background: #EEEEEE; }

.ststem .w1180 .boxlist .listfont { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: 1rem; }

.ststem .w1180 .boxlist .listfont .head { color: #0084CC; }

.ststem .w1180 .boxlist .listfont .head h5 { position: relative; font-size: .3rem; line-height: 1.2; font-weight: 700; padding: .12rem 0 .06rem .13rem; }

.ststem .w1180 .boxlist .listfont .head h5:after { content: ''; position: absolute; top: 0; left: 0; width: .36rem; height: 100%; background: rgba(0, 132, 204, 0.43); }

.ststem .w1180 .boxlist .listfont .head h6 { text-transform: uppercase; }

.ststem .w1180 .boxlist .listfont .box { width: 72.88%; }

.ststem .w1180 .boxlist .listfont .box.feelChin p { font-size: .16rem; color: #666; }

.ststem .w1180 .boxlist .listfont .box.feelChin .items { margin-top: .25rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.ststem .w1180 .boxlist .listfont .box.feelChin .items .item { margin-right: .2rem; }

.ststem .w1180 .boxlist .listfont .box.feelChin .items .item:last-child { margin-right: 0; }

.ststem .w1180 .boxlist .listfont .box.feelChin .maxbigimg { margin-top: .25rem; }

.ststem .w1180 .boxlist .listfont .box.feelChin .maxbigimg .item { margin-bottom: .4rem; display: block; }

.systemInnerImg { position: relative; display: inline-block; }

.systemInnerImg:hover .bg { opacity: 1; visibility: visible; }

.systemInnerImg .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; color: #fff; opacity: 0; visibility: hidden; -webkit-transition: .44s; transition: .44s; -webkit-transition-timing-function: var(--ease-in-out-b); transition-timing-function: var(--ease-in-out-b); }

.systemInnerImg .bg i { font-size: .25rem; }

.systemInnerImg .bg span { font-size: .12rem; }

.buddy { padding: 1.1rem 0 1.4rem; }

.buddy .w1180 .title { text-align: center; color: #0084CC; }

.buddy .w1180 .title h5 { font-size: .24rem; font-weight: 700; }

.buddy .w1180 .title h6 { text-transform: uppercase; }

.buddy .w1180 .items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: .7rem; }

.buddy .w1180 .items .item { width: 24%; position: relative; }

.buddy .w1180 .items .item:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background: rgba(0, 0, 0, 0.4); z-index: 1; }

.buddy .w1180 .items .item:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background: #0084CC; opacity: 0; z-index: 2; -webkit-transition: .55s; transition: .55s; -webkit-transition-timing-function: var(--ease-in-out-b); transition-timing-function: var(--ease-in-out-b); }

.buddy .w1180 .items .item.active .font .text { margin-top: .35rem; }

.buddy .w1180 .items .item.active:before { opacity: .85; }

.buddy .w1180 .items .item .font { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; z-index: 3; color: #fff; }

.buddy .w1180 .items .item .font .dot { width: 3.54167vw; height: 3.54167vw; border-radius: 50%; border: 1px solid #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: .28rem; }

.buddy .w1180 .items .item .font h5 { font-size: .2rem; line-height: 1.2; margin: .16rem 0 .12rem; }

.buddy .w1180 .items .item .font .line { width: .18rem; height: 4px; background: #fff; }

.buddy .w1180 .items .item .font .text { margin-top: 0; height: 0; overflow: hidden; -webkit-transition-property: height,margin-top; transition-property: height,margin-top; -webkit-transition: .4s; transition: .4s; }

.buddy .w1180 .items .item .font .text p { font-size: .16rem; }

.buddyNews { padding: .8rem 0 2.2rem; }

.buddyNews .w1180 .item { display: -webkit-box; display: -ms-flexbox; display: flex; padding: .35rem 0; border-bottom: 1px solid #E6E6E6; }

.buddyNews .w1180 .item:hover figure img { -webkit-transform: scale(1.05); transform: scale(1.05); }

.buddyNews .w1180 .item:hover .font h5 { color: #0084CC; }

.buddyNews .w1180 .item figure { width: 27.37%; overflow: hidden; }

.buddyNews .w1180 .item figure img { -webkit-transition: .4s; transition: .4s; }

.buddyNews .w1180 .item .font { margin: 0 1rem 0 .4rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.buddyNews .w1180 .item .font h5 { font-size: .24rem; font-weight: 700; line-height: 1.4; -webkit-transition: color .4s; transition: color .4s; }

.buddyNews .w1180 .item .font p { color: #666; margin-top: .22rem; }

.buddyNews .w1180 .item time { font-size: .18rem; color: #999; }

.buddyNews .paging { margin-top: .7rem; }

.recruit { padding: 1.15rem 0 1.3rem; }

.recruit .w1180 .item { background: #F5F5F5; padding: .3rem .6rem  0 .55rem; margin-bottom: .22rem; }

.recruit .w1180 .item .title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.recruit .w1180 .item .title .head { width: 5rem; }

.recruit .w1180 .item .title .head h5 { font-size: .16rem; font-weight: 500; line-height: 1.2; margin-bottom: .2rem; color: #414141; }

.recruit .w1180 .item .title .head .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.recruit .w1180 .item .title .head .list div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #999; margin-right: .45rem; margin-bottom: .07rem; }

.recruit .w1180 .item .title .head .list div i { margin-right: 5px; line-height: 1; }

.recruit .w1180 .item .title .head .list div span { line-height: 1; }

.recruit .w1180 .item .title a { width: 1.15rem; height: .3rem; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: linear-gradient(130deg, #0084CC, #00659D, #0562A9); border-radius: .16rem; }

.recruit .w1180 .item .box { margin-top: .15rem; }

.recruit .w1180 .item .box .textArea { height: 0; overflow: hidden; -webkit-transition: height .5s; transition: height .5s; -webkit-transition-timing-function: var(--ease-in-out-b); transition-timing-function: var(--ease-in-out-b); }

.recruit .w1180 .item .box .textArea .font { padding: .8rem 0 1rem; }

.recruit .w1180 .item .box .textArea .font p { color: #999; }

.recruit .w1180 .item .box .bottitle { position: relative; border-top: 1px dashed rgba(112, 112, 122, 0.26); line-height: 1.2; text-align: center; height: .5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; }

.recruit .w1180 .item .box .bottitle.active small:first-child { opacity: 0; }

.recruit .w1180 .item .box .bottitle.active small:last-child { opacity: 1; }

.recruit .w1180 .item .box .bottitle small { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: opacity .4s; transition: opacity .4s; color: #414141; }

.recruit .w1180 .item .box .bottitle small:last-child { opacity: 0; }

.contact { padding: .7rem 0 .65rem; }

.contact .w1180 .title { text-align: center; color: #0084CC; }

.contact .w1180 .title h5 { font-size: .24rem; font-weight: 700; }

.contact .w1180 .title h6 { text-transform: uppercase; }

.contact .w1180 .box { margin-top: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.contact .w1180 .box .list .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: .32rem; }

.contact .w1180 .box .list .item:last-child { margin-bottom: 0; }

.contact .w1180 .box .list .item i { color: #0084CC; font-size: .45rem; line-height: 1; width: .45rem; }

.contact .w1180 .box .list .item .text { margin-left: .35rem; }

.contact .w1180 .box .list .item .text p { color: #666; font-size: .16rem; white-space: pre-wrap; }

.contact .w1180 .box .wx p { text-align: center; font-size: .16rem; color: #666; line-height: 2; }

.map { width: 100%; height: 5.52rem; }

.map #map { position: static; width: 100%; height: 100%; visibility: visible; opacity: 1; -webkit-transform: translate(0); transform: translate(0); }

.forms { padding: .75rem 0 1.2rem; }

.forms .w1180 .title { text-align: center; color: #0084CC; }

.forms .w1180 .title h5 { font-size: .24rem; font-weight: 700; }

.forms .w1180 .title h6 { text-transform: uppercase; }

.forms .w1180 .form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: .5rem; }

.forms .w1180 .form input { width: 31%; height: .6rem; border: 1px solid #CCCCCC; padding: 0 .18rem; font-size: .16rem; -webkit-box-sizing: border-box; box-sizing: border-box; color: #999; color: #333; margin-bottom: .3rem; }

.forms .w1180 .form input::-webkit-input-placeholder { color: #999; }

.forms .w1180 .form input:-moz-placeholder { color: #999; }

.forms .w1180 .form input::-moz-placeholder { color: #999; }

.forms .w1180 .form input:-ms-input-placeholder { color: #999; }

.forms .w1180 .form textarea { width: 100%; border: 1px solid #CCCCCC; -webkit-box-sizing: border-box; box-sizing: border-box; height: 1.9rem; font-size: .16rem; padding: .12rem .18rem; color: #333; font-family: "Noto Sans SC,PingFang SC,Microsoft Yahei,miui,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif"; }

.forms .w1180 .form textarea::-webkit-input-placeholder { color: #999; }

.forms .w1180 .form textarea:-moz-placeholder { color: #999; }

.forms .w1180 .form textarea::-moz-placeholder { color: #999; }

.forms .w1180 .form textarea:-ms-input-placeholder { color: #999; }

.forms .w1180 .form button { height: .6rem; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: #0084CC; color: #fff; font-size: .18rem; cursor: pointer; }

.forms .w1180 .form .yanzhengma { margin: .3rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; }

.forms .w1180 .form .yanzhengma input { margin-bottom: 0; }

.forms .w1180 .form .yanzhengma canvas { width: 1.5rem; height: .6rem; margin: 0 .3rem 0 .2rem; border: 1px solid #CCCCCC; -webkit-box-sizing: border-box; box-sizing: border-box; -ms-flex-negative: 0; flex-shrink: 0; }

.forms .w1180 .form .yanzhengma #resetChange { color: #06130A; font-size: .25rem; -webkit-transition: .5s; transition: .5s; -ms-flex-negative: 0; flex-shrink: 0; cursor: pointer; }

.forms .w1180 .form .yanzhengma #resetChange:hover { -webkit-transform: rotate(180deg); transform: rotate(180deg); color: #0084CC; }

.searchInput { padding: .7rem 0; }

.searchInput .w1180 .input { margin: .6rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; height: .6rem; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.searchInput .w1180 .input input { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 100%; font-size: .24rem; margin-right: 1rem; padding: 0 .2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.searchInput .w1180 .input a { width: .6rem; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #333; font-size: .32rem; -webkit-transition: color .4s; transition: color .4s; }

.searchInput .w1180 .input a:hover { color: #0084CC; }

.searchInput .w1180 p { font-size: .16rem; text-align: center; color: #999; }

.searchInput .w1180 p span { color: #0084CC; }

.searchList { background: #F9F9F9; padding: .85rem 0; }

.searchList .w1180 ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.searchList .w1180 ul li { width: 48%; height: auto; background: white; margin-bottom: .4rem; padding: .3rem .4rem; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; z-index: 1; }

.searchList .w1180 ul li:hover span, .searchList .w1180 ul li:hover h5, .searchList .w1180 ul li:hover p { color: white; }

.searchList .w1180 ul li:hover:after { opacity: 1; }

.searchList .w1180 ul li:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #0084CC; opacity: 0; -webkit-transition: .5s; transition: .5s; -webkit-transition-timing-function: var(--ease-in-out-b); transition-timing-function: var(--ease-in-out-b); z-index: -1; }

.searchList .w1180 ul li span { color: #999; line-height: normal; -webkit-transition: .4s; transition: .4s; }

.searchList .w1180 ul li h5 { margin-top: .1rem; margin-bottom: .2rem; font-size: .24rem; color: #333; font-weight: 700; line-height: 1.4; -webkit-transition: .4s; transition: .4s; }

.searchList .w1180 ul li p { color: #999; line-height: normal; -webkit-transition: .4s; transition: .4s; }

.searchList .w1180 .paging { margin-top: .4rem; }

.App { background: #fff; opacity: 0; visibility: hidden; -webkit-transition: opacity 1.1s; transition: opacity 1.1s; }

.App.flag { opacity: 1; visibility: visible; }
