
/*--公共部分--*/
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; cursor: pointer; }

html, body, h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; font-weight: 100; }

p { margin: 0px; padding: 0px; }

body, button, input, select, textarea { font: 14px/1.5 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif, Arial; color: #333; }

img { border: 0px; vertical-align: middle; max-width: 100%; max-height: 100%; }

table { border-collapse: collapse; border-spacing: 0; }

table th, table td { border: 1px solid #ccc; }

*, :after, :before { -webkit-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; }

a { background-color: transparent; -webkit-text-decoration-skip: objects; text-decoration: none; color: #333; outline: none; cursor: pointer; }

a:hover { background-repeat: no-repeat; text-decoration: none; }

a, input[type="button"], button, label, input[type="submit"], input[type="reset"] { cursor: pointer; }

[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }

input, textarea, select, button { border: none; outline: none; color: inherit; font-size: 14px; background: none; font-family: inherit; outline: none; padding: 0; }

input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea { outline-style: none; -webkit-appearance: none; resize: none; border: none; -webkit-border-radius: 0; border-radius: 0; }

textarea { overflow: auto; vertical-align: top; resize: none; }

input:-webkit-autofill { -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important; -webkit-appearance: none; background: none; outline: none; border: none; }

a, button, input, optgroup, select, textarea { /* 移动端点击后会出现"暗色"的背景 */ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input::-ms-clear { display: none; }

/* 去除IE浏览器器下输入框叉叉 */
input::-ms-reveal { display: none; }

/* 去除IE浏览器器下输入框叉叉 */
input:-internal-autofill-previewed, input:-internal-autofill-selected { -webkit-text-fill-color: #999 !important; -webkit-transition: background-color 99999999s ease-in-out 0s !important; transition: background-color 99999999s ease-in-out 0s !important; }

input, textarea { -webkit-appearance: none; }

.bd_weixin_popup, .content-box { -webkit-box-sizing: content-box; box-sizing: content-box; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.clearfix { *zoom: 1; }

ul, ol { list-style: none; padding: 0px; margin: 0px; }

li { list-style: none; padding: 0px; }

dd { list-style: none; margin: 0px; padding: 0px; }

dt { list-style: none; margin: 0px; padding: 0px; }

/* 字体图标 */
.iconfont { color: inherit; font-size: inherit; display: inline-block; -webkit-font-smoothing: antialiased; /* 文字抗锯齿 */ -moz-osx-font-smoothing: grayscale; /* 文字抗锯齿 */ }

.fl { float: left; }

.fr { float: right; }

.show { display: block !important; }

.hide { display: none !important; }

.commonweb { padding: 0px 10px; }

.commonwebbox { margin-left: 0px; margin-right: 0px; }

.commonleft { float: none; }

.commonright { float: none; }

.visible-sm, .visible-md, .visible-lg { display: none; }

.hidden-sm, .hidden-md, .hidden-lg { display: block; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; padding-left: 10px; padding-right: 10px; }

.col-xs-12 { width: 100%; }

.col-xs-11 { width: 91.66666667%; }

.col-xs-10 { width: 83.33333333%; }

.col-xs-9 { width: 75%; }

.col-xs-8 { width: 66.66666667%; }

.col-xs-7 { width: 58.33333333%; }

.col-xs-6 { width: 50%; }

.col-xs-5 { width: 41.66666667%; }

.col-xs-4 { width: 33.33333333%; }

.col-xs-3 { width: 25%; }

.col-xs-2 { width: 16.66666667%; }

.col-xs-1 { width: 8.33333333%; }

@media (max-width: 320px) { body { min-width: 320px; } }

@media (min-width: 768px) { .commonweb { padding: 0px 20px; }
  .commonwebbox { margin-left: -10px; margin-right: -10px; }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; padding-left: 10px; padding-right: 10px; }
  .col-sm-12 { width: 100%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9 { width: 75%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-5 { width: 41.66666667%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-3 { width: 25%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-1 { width: 8.33333333%; }
  .visible-sm { display: block; }
  .hidden-sm { display: none; }
  .commonweb { margin: 0px auto; max-width: 750px; } }

@media (min-width: 992px) { .commonweb { padding: 0px 10px; }
  .commonwebbox { margin-left: -10px; margin-right: -10px; }
  .commonleft { float: left; }
  .commonright { float: right; }
  .visible-md { display: block; }
  .hidden-md { display: none; }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; padding-left: 10px; padding-right: 10px; }
  .col-md-12 { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9 { width: 75%; }
  .col-md-8 { width: 66.66666667%; }
  .col-md-7 { width: 58.33333333%; }
  .col-md-6 { width: 50%; }
  .col-md-5 { width: 41.66666667%; }
  .col-md-4 { width: 33.33333333%; }
  .col-md-3 { width: 25%; }
  .col-md-2 { width: 16.66666667%; }
  .col-md-1 { width: 8.33333333%; }
  .commonweb { max-width: 970px; } }

@media (min-width: 1260px) { html { cursor: default; }
  .commonleft { float: left; }
  .commonright { float: right; }
  .visible-lg { display: block; }
  .hidden-lg { display: none; }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; padding-left: 10px; padding-right: 10px; }
  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9 { width: 75%; }
  .col-lg-8 { width: 66.66666667%; }
  .col-lg-7 { width: 58.33333333%; }
  .col-lg-6 { width: 50%; }
  .col-lg-5 { width: 41.66666667%; }
  .col-lg-4 { width: 33.33333333%; }
  .col-lg-3 { width: 25%; }
  .col-lg-2 { width: 16.66666667%; }
  .col-lg-1 { width: 8.33333333%; } }

@media (min-width: 1260px) { .commonweb { max-width: 1220px; } }

/* layout start*/
.swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; z-index: 1; }

.swiper-container-no-flexbox .swiper-slide { float: left; }

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

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; 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(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper { -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

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

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

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

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

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

.swiper-wp8-horizontal { -ms-touch-action: pan-y; touch-action: pan-y; }

.swiper-wp8-vertical { -ms-touch-action: pan-x; touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 27px 44px; background-position: center; background-repeat: no-repeat; }

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

.swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); left: 10px; right: auto; }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); right: 10px; left: auto; }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination { position: absolute; text-align: center; -webkit-transition: .3s; transition: .3s; -webkit-transform: translate3d(0, 0, 0); -ms-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-bullet { width: 8px; height: 8px; display: inline-block; -webkit-border-radius: 100%; border-radius: 100%; background: #000; opacity: .2; }

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

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

.swiper-pagination-white .swiper-pagination-bullet { background: #fff; }

.swiper-pagination-bullet-active { opacity: 1; background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active { background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active { background: #000; }

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

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

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

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

.swiper-pagination-progress .swiper-pagination-progressbar { background: #007aff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; }

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

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

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

.swiper-pagination-progress.swiper-pagination-white { background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar { background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar { background: #000; }

.swiper-container-3d { -webkit-perspective: 1200px; -o-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-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper { -ms-perspective: 1200px; }

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

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

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

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

.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, .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; }

.swiper-container-cube .swiper-slide { visibility: hidden; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100%; }

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

.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-cube-shadow { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: #000; opacity: .6; -webkit-filter: blur(50px); filter: blur(50px); z-index: 0; }

.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-zoom-container { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: 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%; object-fit: contain; }

.swiper-scrollbar { -webkit-border-radius: 10px; 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); -webkit-border-radius: 10px; border-radius: 10px; left: 0; top: 0; }

.swiper-scrollbar-cursor-drag { 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%; -ms-transform-origin: 50%; transform-origin: 50%; -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite; animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after { display: block; content: ""; width: 100%; height: 100%; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-position: 50%; background-size: 100%; background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

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

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

.animated { -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY { -webkit-animation-duration: .75s; animation-duration: .75s; }

@-webkit-keyframes bounce { 0%, 20%, 53%, 80%, 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);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% { -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% { -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% { -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce { 0%, 20%, 53%, 80%, 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);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% { -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% { -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% { -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce { -webkit-animation-name: bounce; animation-name: bounce; -webkit-transform-origin: center bottom; -ms-transform-origin: center bottom; transform-origin: center bottom; }

@-webkit-keyframes flash { 0%, 50%, to { opacity: 1; }
  25%, 75% { opacity: 0; } }

@keyframes flash { 0%, 50%, to { opacity: 1; }
  25%, 75% { opacity: 0; } }

.flash { -webkit-animation-name: flash; animation-name: flash; }

@-webkit-keyframes pulse { 0% { -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% { -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to { -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes pulse { 0% { -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% { -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to { -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.pulse { -webkit-animation-name: pulse; animation-name: pulse; }

@-webkit-keyframes rubberBand { 0% { -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% { -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% { -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% { -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% { -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% { -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to { -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand { 0% { -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% { -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% { -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% { -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% { -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% { -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to { -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand; }

@-webkit-keyframes shake { 0%, to { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake { 0%, to { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake { -webkit-animation-name: shake; animation-name: shake; }

@-webkit-keyframes headShake { 0% { -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% { -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% { -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% { -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake { 0% { -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% { -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% { -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% { -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake { -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-name: headShake; animation-name: headShake; }

@-webkit-keyframes swing { 20% { -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% { -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% { -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% { -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing { 20% { -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% { -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% { -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% { -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing { -webkit-transform-origin: top center; -ms-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing; }

@-webkit-keyframes tada { 0% { -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to { -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes tada { 0% { -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to { -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.tada { -webkit-animation-name: tada; animation-name: tada; }

@-webkit-keyframes wobble { 0% { -webkit-transform: none;
    transform: none; }
  15% { -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% { -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% { -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% { -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% { -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to { -webkit-transform: none;
    transform: none; } }

@keyframes wobble { 0% { -webkit-transform: none;
    transform: none; }
  15% { -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% { -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% { -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% { -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% { -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to { -webkit-transform: none;
    transform: none; } }

.wobble { -webkit-animation-name: wobble; animation-name: wobble; }

@-webkit-keyframes jello { 0%, 11.1%, to { -webkit-transform: none;
    transform: none; }
  22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% { -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% { -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello { 0%, 11.1%, to { -webkit-transform: none;
    transform: none; }
  22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% { -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% { -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello { -webkit-animation-name: jello; animation-name: jello; -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; }

@-webkit-keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, 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: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% { -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% { -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% { opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% { -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to { opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, 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: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% { -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% { -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% { opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% { -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to { opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.bounceIn { -webkit-animation-name: bounceIn; animation-name: bounceIn; }

@-webkit-keyframes bounceInDown { 0%, 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, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% { -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% { -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to { -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown { 0%, 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, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% { -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% { -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to { -webkit-transform: none;
    transform: none; } }

.bounceInDown { -webkit-animation-name: bounceInDown; animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft { 0%, 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(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% { -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% { -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to { -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft { 0%, 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(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% { -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% { -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to { -webkit-transform: none;
    transform: none; } }

.bounceInLeft { -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight { 0%, 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(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% { -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% { -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to { -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight { 0%, 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(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% { -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% { -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to { -webkit-transform: none;
    transform: none; } }

.bounceInRight { -webkit-animation-name: bounceInRight; animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp { 0%, 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, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% { -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% { -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to { -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp { 0%, 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, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% { opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% { -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% { -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to { -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp; }

@-webkit-keyframes bounceOut { 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% { opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut { 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% { opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut { -webkit-animation-name: bounceOut; animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown { 20% { -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% { opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown { 20% { -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% { opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown { -webkit-animation-name: bounceOutDown; animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft { 20% { opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft { 20% { opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft { -webkit-animation-name: bounceOutLeft; animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight { 20% { opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight { 20% { opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight { -webkit-animation-name: bounceOutRight; animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp { 20% { -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% { opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp { 20% { -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% { opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp { -webkit-animation-name: bounceOutUp; animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn { 0% { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeIn { 0% { opacity: 0; }
  to { opacity: 1; } }

.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

@-webkit-keyframes fadeInDown { 0% { opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown { 0% { opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig { 0% { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig { 0% { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig { -webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft { 0% { opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft { 0% { opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig { 0% { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig { 0% { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight { 0% { opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight { 0% { opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig { 0% { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig { 0% { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig { -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp { 0% { opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp { 0% { opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig { 0% { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig { 0% { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig { -webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut { 0% { opacity: 1; }
  to { opacity: 0; } }

@keyframes fadeOut { 0% { opacity: 1; }
  to { opacity: 0; } }

.fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }

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

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

.fadeOutDown { -webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig { -webkit-animation-name: fadeOutDownBig; animation-name: fadeOutDownBig; }

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

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

.fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig { -webkit-animation-name: fadeOutLeftBig; animation-name: fadeOutLeftBig; }

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

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

.fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig { -webkit-animation-name: fadeOutRightBig; animation-name: fadeOutRightBig; }

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

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

.fadeOutUp { -webkit-animation-name: fadeOutUp; animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig { -webkit-animation-name: fadeOutUpBig; animation-name: fadeOutUpBig; }

@-webkit-keyframes flip { 0% { -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% { -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% { -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% { -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to { -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip { 0% { -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% { -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% { -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% { -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to { -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip { -webkit-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: flip; animation-name: flip; }

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

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

.flipInX { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; animation-name: flipInX; }

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

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

.flipInY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; animation-name: flipInY; }

@-webkit-keyframes flipOutX { 0% { -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to { -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX { 0% { -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to { -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX { -webkit-animation-name: flipOutX; animation-name: flipOutX; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; }

@-webkit-keyframes flipOutY { 0% { -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to { -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY { 0% { -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to { -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipOutY; animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn { 0% { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% { -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  60%, 80% { opacity: 1; }
  80% { -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to { -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn { 0% { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% { -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  60%, 80% { opacity: 1; }
  80% { -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to { -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn { -webkit-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut { 0% { opacity: 1; }
  to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut { 0% { opacity: 1; }
  to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut { -webkit-animation-name: lightSpeedOut; animation-name: lightSpeedOut; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn { 0% { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: center; }
  to { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn { 0% { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: center; }
  to { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn { -webkit-animation-name: rotateIn; animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: left bottom; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: left bottom; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: right bottom; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: right bottom; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight { -webkit-animation-name: rotateInDownRight; animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: left bottom; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: left bottom; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: right bottom; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: right bottom; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight { -webkit-animation-name: rotateInUpRight; animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut { 0% { -webkit-transform-origin: center; transform-origin: center;
    opacity: 1; }
  0%, to { -webkit-transform-origin: center; }
  to { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut { 0% { -webkit-transform-origin: center; transform-origin: center;
    opacity: 1; }
  0%, to { -webkit-transform-origin: center; }
  to { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut { -webkit-animation-name: rotateOut; animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    opacity: 1; }
  0%, to { -webkit-transform-origin: left bottom; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    opacity: 1; }
  0%, to { -webkit-transform-origin: left bottom; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

.rotateOutDownLeft { -webkit-animation-name: rotateOutDownLeft; animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    opacity: 1; }
  0%, to { -webkit-transform-origin: right bottom; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    opacity: 1; }
  0%, to { -webkit-transform-origin: right bottom; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutDownRight { -webkit-animation-name: rotateOutDownRight; animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    opacity: 1; }
  0%, to { -webkit-transform-origin: left bottom; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    opacity: 1; }
  0%, to { -webkit-transform-origin: left bottom; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutUpLeft { -webkit-animation-name: rotateOutUpLeft; animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    opacity: 1; }
  0%, to { -webkit-transform-origin: right bottom; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    opacity: 1; }
  0%, to { -webkit-transform-origin: right bottom; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight { -webkit-animation-name: rotateOutUpRight; animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge { 0% { -webkit-transform-origin: top left; transform-origin: top left; }
  0%, 20%, 60% { -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% { -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  40%, 80% { -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to { -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge { 0% { -webkit-transform-origin: top left; transform-origin: top left; }
  0%, 20%, 60% { -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% { -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  40%, 80% { -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to { -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge { -webkit-animation-name: hinge; animation-name: hinge; }

@-webkit-keyframes rollIn { 0% { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn { 0% { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn { -webkit-animation-name: rollIn; animation-name: rollIn; }

@-webkit-keyframes rollOut { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut { -webkit-animation-name: rollOut; animation-name: rollOut; }

@-webkit-keyframes zoomIn { 0% { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; } }

@keyframes zoomIn { 0% { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; } }

.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }

@-webkit-keyframes zoomInDown { 0% { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown { 0% { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown { -webkit-animation-name: zoomInDown; animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft { 0% { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft { 0% { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft { -webkit-animation-name: zoomInLeft; animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight { 0% { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight { 0% { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight { -webkit-animation-name: zoomInRight; animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp { 0% { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp { 0% { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp { -webkit-animation-name: zoomInUp; animation-name: zoomInUp; }

@-webkit-keyframes zoomOut { 0% { opacity: 1; }
  50% { -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%, to { opacity: 0; } }

@keyframes zoomOut { 0% { opacity: 1; }
  50% { -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%, to { opacity: 0; } }

.zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown { -webkit-animation-name: zoomOutDown; animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft { -webkit-animation-name: zoomOutLeft; animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight { -webkit-animation-name: zoomOutRight; animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp { -webkit-animation-name: zoomOutUp; animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown { 0% { -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to { -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInDown { 0% { -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to { -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; }

@-webkit-keyframes slideInLeft { 0% { -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInLeft { 0% { -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }

@-webkit-keyframes slideInRight { 0% { -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInRight { 0% { -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; }

@-webkit-keyframes slideInUp { 0% { -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to { -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInUp { 0% { -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to { -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; }

@-webkit-keyframes slideOutDown { 0% { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown { 0% { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown { -webkit-animation-name: slideOutDown; animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft { 0% { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft { 0% { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft { -webkit-animation-name: slideOutLeft; animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight { 0% { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight { 0% { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight { -webkit-animation-name: slideOutRight; animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp { 0% { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp { 0% { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp; }

img.fr-dib { margin: 5px auto; display: block; float: none; vertical-align: top; }

.PopupVideoBox { position: fixed; z-index: 9999; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); display: none; }

.PopupVideo { position: absolute; left: 50%; width: 100%; top: 50%; max-width: 920px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); padding: 0px 25px; }

.PopupVideo video { width: 100%; }

.PopupVideo iframe { width: 100%; height: 460px; }

.closeVideo { position: absolute; right: 25px; top: -25px; width: 22px; height: 22px; cursor: pointer; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.closeVideo::after { content: ''; display: block; position: absolute; width: 2px; height: 100%; background: #fff; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.closeVideo::before { content: ''; display: block; position: absolute; width: 100%; height: 2px; background: #fff; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.bd_weixin_popup_bg { position: absolute; left: -400px; top: -400px; width: 260px; height: 320px; border: 0; padding: 0; margin: 0; opacity: 0; filter: alpha(opacity=0); z-index: 11000; }

.bd_weixin_popup { position: absolute; left: -400px; top: -400px; padding: 10px; width: 240px; height: 300px; background: #fff; border: solid 1px #d8d8d8; z-index: 11001; font-size: 12px; }

.bd_weixin_popup .bd_weixin_popup_head { font-size: 12px; font-weight: bold; text-align: left; line-height: 16px; height: 16px; position: relative; color: #000; }

.bd_weixin_popup .bd_weixin_popup_head .bd_weixin_popup_close { width: 16px; height: 16px; position: absolute; right: 0; top: 0; color: #999; text-decoration: none; font-size: 16px; }

.bd_weixin_popup .bd_weixin_popup_head .bd_weixin_popup_close:hover { text-decoration: none; }

.bd_weixin_popup .bd_weixin_popup_main { padding: 15px 10px; min-height: 150px; _height: 150px; }

.bd_weixin_popup .bd_weixin_popup_foot { font-size: 12px; text-align: left; line-height: 22px; color: #666; }

.bdshare-button-style0-16 .bds_qzone { background-position: 0 -52px; }

.bdshare-button-style0-16 .bds_tsina { background-position: 0 -104px; }

.bdshare-button-style0-16 .bds_renren { background-position: 0 -208px; }

.bdshare-button-style0-16 .bds_tqq { background-position: 0 -260px; }

.bdshare-button-style0-16 .bds_kaixin001 { background-position: 0 -312px; }

.bdshare-button-style0-16 .bds_tqf { background-position: 0 -364px; }

.bdshare-button-style0-16 .bds_hi { background-position: 0 -416px; }

.bdshare-button-style0-16 .bds_douban { background-position: 0 -468px; }

.bdshare-button-style0-16 .bds_tsohu { background-position: 0 -520px; }

.bdshare-button-style0-16 .bds_tieba { background-position: 0 -728px; }

.bdshare-button-style0-16 .bds_hx { background-position: 0 -988px; }

.bdshare-button-style0-16 .bds_fx { background-position: 0 -1040px; }

.bdshare-button-style0-16 .bds_ty { background-position: 0 -1196px; }

.bdshare-button-style0-16 .bds_fbook { background-position: 0 -1352px; }

.bdshare-button-style0-16 .bds_twi { background-position: 0 -1404px; }

.bdshare-button-style0-16 .bds_linkedin { background-position: 0 -1664px; }

.bdshare-button-style0-16 .bds_meilishuo { background-position: 0 -1716px; }

.bdshare-button-style0-16 .bds_mogujie { background-position: 0 -1768px; }

.bdshare-button-style0-16 .bds_diandian { background-position: 0 -1820px; }

.bdshare-button-style0-16 .bds_huaban { background-position: 0 -1872px; }

.bdshare-button-style0-16 .bds_duitang { background-position: 0 -2028px; }

.bdshare-button-style0-16 .bds_youdao { background-position: 0 -2080px; }

.bdshare-button-style0-16 .bds_wealink { background-position: 0 -2184px; }

.bdshare-button-style0-16 .bds_copy { background-position: 0 -2288px; }

.bdshare-button-style0-16 .bds_mail { background-position: 0 -2340px; }

.bdshare-button-style0-16 .bds_print { background-position: 0 -2392px; }

.bdshare-button-style0-16 .bds_mshare { background-position: 0 -2444px; }

.bdshare-button-style0-16 .bds_sqq { background-position: 0 -2652px; }

.bdshare-button-style0-16 .bds_sdo { background-position: 0 -2704px; }

.bdshare-button-style0-16 .bds_qingbiji { background-position: 0 -2756px; }

.bdshare-button-style0-16 .bds_people { background-position: 0 -2808px; }

.bdshare-button-style0-16 .bds_xinhua { background-position: 0 -2912px; }

.bdshare-button-style0-16 .bds_yaolan { background-position: 0 -2964px; }

.bdshare-button-style0-16 .bds_thx { background-position: 0 -2496px; }

.bdshare-button-style0-16 .bds_bdhome { background-position: 0 -156px; }

.bdshare-button-style0-16 .bds_bdxc { background-position: 0 -2548px; }

.bdshare-button-style0-16 .bds_bdysc { background-position: 0 -3068px; }

.bdshare-button-style0-16 .bds_isohu { background-position: 0 -3016px; }

.bdshare-button-style0-16 .bds_more { background-position: 0 0; }

.bdshare-button-style0-16 .bds_ibaidu { background-position: 0 -3120px; }

.bdshare-button-style0-16 .bds_weixin { background-position: 0 -1612px; }

.bdshare-button-style0-16 .bds_iguba { background-position: 0 -1300px; }

.bdshare-button-style0-16 { zoom: 1; }

.bdshare-button-style0-16:after { content: "."; visibility: hidden; display: block; height: 0; clear: both; }

.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more { float: left; font-size: 12px; padding-left: 17px; line-height: 16px; height: 16px; background-image: url(../images/icons_0_16.png?v=d754dcc0.png); background-repeat: no-repeat; cursor: pointer; margin: 6px 6px 6px 0; }

.bdshare-button-style0-16 a:hover { color: #333; opacity: .8; filter: alpha(opacity=80); }

.bdshare-button-style0-16 .bds_more { color: #333; float: left; }

.bdshare-button-style0-16 .bds_count { color: #333; background: url(../images/sc.png?v=a970ff04.png) no-repeat 0 -30px; width: 42px; height: 16px; padding: 0; margin: 6px 0 0; text-align: center; }

.bdshare-button-style0-16 .bds_count:hover { background-position: -42px -30px; }

.bdshare-button-style0-16 .bds_button_image { float: left; cursor: pointer; margin: 6px 6px 0 0; height: auto; padding: 0; }

.bdshare-button-style0-16 .bdshare_button_count { background: url(../images/sc.png?v=a970ff04.png) no-repeat 0 0; width: 44px; height: 24px; line-height: 24px; }

.bdshare-button-style0-16 .bdshare_button_count:hover { background-position: -44px 0; }

.bds_tfh, .bds_baidu, .bds_qq, .bds_msn, .bds_sohu, .bds_qy, .bds_leho, .bds_ifeng, .bds_ff, .bds_tuita, .bds_ms, .bds_deli, .bds_s51, .bds_t163, .bds_share189, .bds_xg, .bds_s139 { display: none; }

.commonTitleLocation { padding: 10px 0; border-bottom: 1px solid #ebebeb; }

.commonTitleLocation h3 { float: left; font-size: 16px; position: relative; }

.commonTitleLocation p { float: right; }

.commonTitleLocation p a { font-size: 12px; vertical-align: middle; display: inline-block; color: #999; margin-left: 10px; padding-left: 15px; position: relative; }

.commonTitleLocation p a::after { content: ''; position: absolute; left: 0px; top: 50%; width: 8px; height: 8px; border: 1px solid #999; border-left: none; border-top: none; -webkit-transform: rotate(-45deg) translateY(-50%); -ms-transform: rotate(-45deg) translateY(-50%); transform: rotate(-45deg) translateY(-50%); }

.commonTitleLocation p a:first-child { padding-left: 0px; margin: 0px; line-height: 11px; }

.commonTitleLocation p a:first-child::after { display: none; }

.commonTitleLocation p a.current { color: #333; }

.commonTitleLocation p img { display: inline-block; vertical-align: middle; }

.commonLocation { padding: 10px 0; border-bottom: 1px solid #ebebeb; }

.commonLocation a { font-size: 12px; vertical-align: middle; display: inline-block; color: #999; margin-left: 10px; padding-left: 15px; position: relative; }

.commonLocation a::after { content: ''; position: absolute; left: 0px; top: 50%; width: 8px; height: 8px; border: 1px solid #999; border-left: none; border-top: none; -webkit-transform: rotate(-45deg) translateY(-50%); -ms-transform: rotate(-45deg) translateY(-50%); transform: rotate(-45deg) translateY(-50%); }

.commonLocation a:first-child { padding-left: 0px; margin: 0px; line-height: 11px; }

.commonLocation a:first-child::after { display: none; }

.commonLocation a.current { color: #333; }

.commonLocation img { display: inline-block; vertical-align: middle; }

.select2-container { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; margin: 0; position: relative; vertical-align: middle; }

.select2-container .select2-selection--single { -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: block; height: 28px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered { display: block; padding-left: 8px; padding-right: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear { position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { padding-right: 8px; padding-left: 20px; }

.select2-container .select2-selection--multiple { -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: block; min-height: 32px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered { display: inline-block; overflow: hidden; padding-left: 8px; text-overflow: ellipsis; white-space: nowrap; }

.select2-container .select2-search--inline { float: left; }

.select2-container .select2-search--inline .select2-search__field { -webkit-box-sizing: border-box; box-sizing: border-box; border: none; font-size: 100%; margin-top: 5px; padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }

.select2-dropdown { background-color: white; border: 1px solid #aaa; -webkit-border-radius: 4px; border-radius: 4px; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; position: absolute; left: -100000px; width: 100%; z-index: 1051; }

.select2-results { display: block; }

.select2-results__options { list-style: none; margin: 0; padding: 0; }

.select2-results__option { padding: 6px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }

.select2-results__option[aria-selected] { cursor: pointer; }

.select2-container--open .select2-dropdown { left: 0; }

.select2-container--open .select2-dropdown--above { border-bottom: none; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below { border-top: none; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; }

.select2-search--dropdown { display: block; padding: 4px; }

.select2-search--dropdown .select2-search__field { padding: 4px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide { display: none; }

.select2-close-mask { border: 0; margin: 0; padding: 0; display: block; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; background-color: #fff; filter: alpha(opacity=0); }

.select2-hidden-accessible { border: 0 !important; clip: rect(0 0 0 0) !important; -webkit-clip-path: inset(50%) !important; clip-path: inset(50%) !important; height: 1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; white-space: nowrap !important; }

.select2-container--default .select2-selection--single { background-color: #fff; border: 1px solid #aaa; -webkit-border-radius: 4px; border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder { color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow { height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { left: 1px; right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single { background-color: #eee; cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple { background-color: white; border: 1px solid #aaa; -webkit-border-radius: 4px; border-radius: 4px; cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered { -webkit-box-sizing: border-box; box-sizing: border-box; list-style: none; margin: 0; padding: 0 5px; width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li { list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder { color: #999; margin-top: 5px; float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-top: 5px; margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; -webkit-border-radius: 4px; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #999; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple { border: solid black 1px; outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: #eee; cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove { display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field { background: transparent; border: none; outline: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] { padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] { color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] { background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option { padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group { padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option { margin-left: -1em; padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -2em; padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -3em; padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -4em; padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -5em; padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #5897fb; color: white; }

.select2-container--default .select2-results__group { cursor: default; display: block; padding: 6px; }

.select2-container--classic .select2-selection--single { background-color: #f7f7f7; border: 1px solid #aaa; -webkit-border-radius: 4px; border-radius: 4px; outline: 0; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee)); background-image: linear-gradient(to bottom, #fff 50%, #eee 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus { border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder { color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow { background-color: #ddd; border: none; border-left: 1px solid #aaa; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc)); background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { border: none; border-right: 1px solid #aaa; -webkit-border-radius: 0; border-radius: 0; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; left: 1px; right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single { border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { background: transparent; border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { border-top: none; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee)); background-image: linear-gradient(to bottom, #fff 0%, #eee 50%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { border-bottom: none; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff)); background-image: linear-gradient(to bottom, #eee 50%, #fff 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple { background-color: white; border: 1px solid #aaa; -webkit-border-radius: 4px; border-radius: 4px; cursor: text; outline: 0; }

.select2-container--classic .select2-selection--multiple:focus { border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered { list-style: none; margin: 0; padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear { display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; -webkit-border-radius: 4px; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { color: #888; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple { border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { border-top: none; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom: none; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field { outline: 0; -webkit-box-shadow: none; box-shadow: none; }

.select2-container--classic .select2-dropdown { background-color: #fff; border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above { border-bottom: none; }

.select2-container--classic .select2-dropdown--below { border-top: none; }

.select2-container--classic .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] { padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] { color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] { background-color: #3875d7; color: #fff; }

.select2-container--classic .select2-results__group { cursor: default; display: block; padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown { border-color: #5897fb; }

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

.DefaultSelector > span { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.DefaultSelector > span:nth-child(2) { margin-right: 10px; }

.DefaultSelector > span:nth-child(4) { margin-right: 10px; }

.DefaultSelector .select2-container--default .select2-selection--single { -webkit-border-radius: 0px; border-radius: 0px; height: 35px; }

.DefaultSelector .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 35px; }

.DefaultSelector .select2-container--default .select2-selection--single .select2-selection__arrow { height: 100%; top: 0px; }

.defaSearchList { padding: 50px 0px; }

.defaSearchList dl { border-bottom: 1px solid #eee; padding-bottom: 10px; }

.defaSearchList dl dt { float: left; font-size: 16px; }

.defaSearchList dl dd { float: right; font-size: 14px; }

.defaSearchList li { padding: 10px 20px 15px; margin-top: 15px; border-bottom: 1px solid #eee; background: #f6f6f6; }

.defaSearchList li h3 { font-size: 16px; color: #1a1a1a; line-height: 26px; padding-bottom: 5px; }

.defaSearchList li .defaDesc { font-size: 12px; color: #adadad; padding-top: 5px; line-height: 20px; }

.defaWebMap { background-color: #fff; }

.defaWebMap dl { border: 1px solid #e6e6e6; margin-top: 30px; }

.defaWebMap dl h3 { padding-left: 20px; padding-bottom: 5px; }

.defaWebMap dl h3 span { font-size: 20px; color: #00a1e9; position: relative; top: -12px; background-color: #fff; padding: 0px 13px; }

.defaWebMap dl h3 span a { color: #d90000; }

.defaWebMap dl dd { padding-left: 33px; padding-bottom: 15px; }

.defaWebMap dl dd a { font-size: 14px; padding-right: 20px; display: inline-block; padding-bottom: 8px; }

.defaWebMap dl dd a em { display: inline-block; margin-right: 8px; width: 3px; height: 3px; background-color: #d90000; vertical-align: middle; }

.defaContent { font-size: 14px; line-height: 24px; }

.defaContent p { margin-bottom: 10px; }

.defaContent img { display: block; max-width: 100%; margin: 0px auto; }

.defaPrevNextpage { margin-top: 40px; border-top: 1px solid #3d3f48; border-bottom: 1px solid #3d3f48; }

.defaPrevNextpage p { border-bottom: 1px solid #dddddd; position: relative; padding: 0px 90px 0px 90px; font-size: 14px; line-height: 50px; white-space: nowrap; height: 50px; }

.defaPrevNextpage p span { position: absolute; left: 0px; padding-left: 10px; top: 0px; display: block; width: 75px; }

.defaPrevNextpage p span:after { content: ''; border-left: 5px solid transparent; border-bottom: 5px solid #000000; border-right: 5px solid transparent; position: absolute; right: 0%; width: 0px; height: 0px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.defaPrevNextpage p em { position: absolute; right: 0px; font-style: normal; top: 0px; padding-right: 0px; width: 80px; display: block; }

.defaPrevNextpage p a { display: block; text-overflow: ellipsis; overflow: hidden; }

.defaPrevNextpage p:nth-child(2) { border: none; }

.defaPrevNextpage p:nth-child(2) span:after { border-bottom: none; border-top: 5px solid #000000; }

/* 背景图 */
.background_img { background-size: cover; background-repeat: no-repeat; background-position: center center; }

/* 图片居中 */
.picture_container { position: relative; overflow: hidden; background: none; }

.picture_container img { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; -webkit-transition: all .3s linear; transition: all .3s linear; }

[class*=animate_] { /* 动画时间，动画开始前的状态 */ -webkit-animation-duration: 1.2s; animation-duration: 1.2s; opacity: 0; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

.bgcolor { background-color: #999; }

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

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

.flex_column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.flex_wrap { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex_row_center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.flex_row_start { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }

.flex_row_end { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.flex_row_justify { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.flex_column_center { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.flex_column_start { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.flex_column_end { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }

.flex1 { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.flex_rank_1 { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }

.flex_rank_2 { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; }

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

.picture_scale:hover img { -webkit-transform: translate3d(0, 0, 0) scale(1.1); transform: translate3d(0, 0, 0) scale(1.1); }

/* 居中标签 */
.center1200 { width: 1200px; margin: 0 auto; }

.center1300 { width: 1300px; margin: 0 auto; }

.center1400 { width: 1400px; margin: 0 auto; }

.center1500 { width: 1500px; margin: 0 auto; }

.center1600 { width: 1600px; margin: 0 auto; }

/* 头部菜单按钮 */
.head_mobile_btn { display: none; width: 32px; height: 24px; cursor: pointer; margin-left: 15px; }

.head_mobile_btn .btn1 { height: 100%; }

.head_mobile_btn .btn1 .line { height: 2px; width: 100%; -webkit-transition: all 0.5s; transition: all 0.5s; background-color: #bf2d2f; }

.head_mobile_btn.active .btn1 .line:nth-child(1) { -webkit-transform: translateY(10px) rotate(45deg); -ms-transform: translateY(10px) rotate(45deg); transform: translateY(10px) rotate(45deg); }

.head_mobile_btn.active .btn1 .line:nth-child(2) { opacity: 0; }

.head_mobile_btn.active .btn1 .line:nth-child(3) { -webkit-transform: translateY(-12px) rotate(-45deg); -ms-transform: translateY(-12px) rotate(-45deg); transform: translateY(-12px) rotate(-45deg); }

@media (min-width: 768px) { .defaWebMap dl { margin-top: 50px; }
  .defaWebMap dl dd a { padding-right: 50px; } }

@media (min-width: 992px) { .commonTitleLocation { padding: 20px 0; }
  .commonTitleLocation h3 { font-size: 24px; }
  .commonTitleLocation p { padding-top: 5px; }
  .commonTitleLocation p a { font-size: 14px; }
  .commonLocation { padding: 20px 0; }
  .commonLocation a { font-size: 14px; }
  .defaSearchList li { padding: 15px 35px 25px; margin-top: 25px; }
  .defaSearchList li h3 { font-size: 20px; line-height: 36px; padding-bottom: 5px; }
  .defaSearchList li .defaDesc { font-size: 13px; padding-top: 10px; line-height: 24px; }
  .defaPrevNextpage p span { position: absolute; left: 0px; padding-left: 40px; top: 0px; display: block; width: 15%; }
  .defaPrevNextpage p span:after { content: ''; border-left: 5px solid transparent; border-bottom: 5px solid #000000; border-right: 5px solid transparent; position: absolute; right: 0%; width: 0px; height: 0px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
  .defaPrevNextpage p em { position: absolute; right: 0px; font-style: normal; top: 0px; padding-right: 30px; width: 120px; display: block; }
  .defaPrevNextpage p { border-bottom: 1px solid #dddddd; position: relative; padding: 0px 130px 0px 20%; font-size: 18px; line-height: 70px; white-space: nowrap; height: 70px; } }

/* animate_fade 2020.02.27 zlz */
/* fade200 位移200px */
/* fade150 位移150px */
/* fade100 位移100px */
/* fade80 位移80px */
/* fade50 位移50px */
/* fade30 位移30px */
/* fade20 位移20px */
/* fade10 位移10px */
/* fadeLeft */
@-webkit-keyframes fadeInLeft200 { from { opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft200 { from { opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft200 { -webkit-animation-name: fadeInLeft200; animation-name: fadeInLeft200; }

@-webkit-keyframes fadeInLeft150 { from { opacity: 0;
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft150 { from { opacity: 0;
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft150 { -webkit-animation-name: fadeInLeft150; animation-name: fadeInLeft150; }

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

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

.fadeInLeft100 { -webkit-animation-name: fadeInLeft100; animation-name: fadeInLeft100; }

@-webkit-keyframes fadeInLeft80 { from { opacity: 0;
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft80 { from { opacity: 0;
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft80 { -webkit-animation-name: fadeInLeft80; animation-name: fadeInLeft80; }

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

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

.fadeInLeft50 { -webkit-animation-name: fadeInLeft50; animation-name: fadeInLeft50; }

@-webkit-keyframes fadeInLeft30 { from { opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft30 { from { opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft30 { -webkit-animation-name: fadeInLeft30; animation-name: fadeInLeft30; }

@-webkit-keyframes fadeInLeft20 { from { opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft20 { from { opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft20 { -webkit-animation-name: fadeInLeft20; animation-name: fadeInLeft20; }

@-webkit-keyframes fadeInLeft10 { from { opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft10 { from { opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft10 { -webkit-animation-name: fadeInLeft10; animation-name: fadeInLeft10; }

/* fadeRight */
@-webkit-keyframes fadeInRight200 { from { opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight200 { from { opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight200 { -webkit-animation-name: fadeInRight200; animation-name: fadeInRight200; }

@-webkit-keyframes fadeInRight150 { from { opacity: 0;
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight150 { from { opacity: 0;
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight150 { -webkit-animation-name: fadeInRight150; animation-name: fadeInRight150; }

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

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

.fadeInRight100 { -webkit-animation-name: fadeInRight100; animation-name: fadeInRight100; }

@-webkit-keyframes fadeInRight80 { from { opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight80 { from { opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight80 { -webkit-animation-name: fadeInRight80; animation-name: fadeInRight80; }

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

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

.fadeInRight50 { -webkit-animation-name: fadeInRight50; animation-name: fadeInRight50; }

@-webkit-keyframes fadeInRight30 { from { opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight30 { from { opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight30 { -webkit-animation-name: fadeInRight30; animation-name: fadeInRight30; }

@-webkit-keyframes fadeInRight20 { from { opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight20 { from { opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight20 { -webkit-animation-name: fadeInRight20; animation-name: fadeInRight20; }

@-webkit-keyframes fadeInRight10 { from { opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight10 { from { opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight10 { -webkit-animation-name: fadeInRight10; animation-name: fadeInRight10; }

/* fadeUp */
@-webkit-keyframes fadeInUp200 { from { opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp200 { from { opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp200 { -webkit-animation-name: fadeInUp200; animation-name: fadeInUp200; }

@-webkit-keyframes fadeInUp150 { from { opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp150 { from { opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp150 { -webkit-animation-name: fadeInUp150; animation-name: fadeInUp150; }

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

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

.fadeInUp100 { -webkit-animation-name: fadeInUp100; animation-name: fadeInUp100; }

@-webkit-keyframes fadeInUp80 { from { opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp80 { from { opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp80 { -webkit-animation-name: fadeInUp80; animation-name: fadeInUp80; }

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

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

.fadeInUp50 { -webkit-animation-name: fadeInUp50; animation-name: fadeInUp50; }

@-webkit-keyframes fadeInUp30 { from { opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp30 { from { opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp30 { -webkit-animation-name: fadeInUp30; animation-name: fadeInUp30; }

@-webkit-keyframes fadeInUp20 { from { opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp20 { from { opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp20 { -webkit-animation-name: fadeInUp20; animation-name: fadeInUp20; }

@-webkit-keyframes fadeInUp10 { from { opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp10 { from { opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp10 { -webkit-animation-name: fadeInUp10; animation-name: fadeInUp10; }

/* fadeDown */
@-webkit-keyframes fadeInDown200 { from { opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown200 { from { opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown200 { -webkit-animation-name: fadeInDown200; animation-name: fadeInDown200; }

@-webkit-keyframes fadeInDown150 { from { opacity: 0;
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown150 { from { opacity: 0;
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown150 { -webkit-animation-name: fadeInDown150; animation-name: fadeInDown150; }

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

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

.fadeInDown100 { -webkit-animation-name: fadeInDown100; animation-name: fadeInDown100; }

@-webkit-keyframes fadeInDown80 { from { opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown80 { from { opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown80 { -webkit-animation-name: fadeInDown80; animation-name: fadeInDown80; }

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

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

.fadeInDown50 { -webkit-animation-name: fadeInDown50; animation-name: fadeInDown50; }

@-webkit-keyframes fadeInDown30 { from { opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown30 { from { opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown30 { -webkit-animation-name: fadeInDown30; animation-name: fadeInDown30; }

@-webkit-keyframes fadeInDown20 { from { opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown20 { from { opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown20 { -webkit-animation-name: fadeInDown20; animation-name: fadeInDown20; }

@-webkit-keyframes fadeInDown10 { from { opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown10 { from { opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown10 { -webkit-animation-name: fadeInDown10; animation-name: fadeInDown10; }

/* fadeInWidth */
@-webkit-keyframes fadeInWidth100 { from { width: 0;
    opacity: 1; }
  to { width: 100%;
    opacity: 1; } }

@keyframes fadeInWidth100 { from { width: 0;
    opacity: 1; }
  to { width: 100%;
    opacity: 1; } }

.fadeInWidth100 { -webkit-animation-name: fadeInWidth100; animation-name: fadeInWidth100; }

/* fadeIn */
@-webkit-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }



/*--公共样式--*/
body { padding-top: 60px; }

.hideScroll { overflow: hidden; }

.defaheader { position: fixed; left: 0px; top: 0px; width: 100%; z-index: 999; padding: 15px; background: #000; }

.defalogo { display: block; float: left; }

.defalogo img { height: 30px; }

.defanav { position: fixed; left: 0px; top: 60px; background: #fff; bottom: 0px; overflow-y: auto; right: 0px; display: none; }

.defanav ul { padding: 20px; }

.defanav ul li { border-bottom: 1px solid #eee; line-height: 40px; position: relative; }

.defanav ul li > a { color: #000; display: block; }

.defanav ul li p { display: none; padding: 0px 10px 10px; }

.defanav ul li p a { display: block; font-size: 14px; line-height: 30px; }

.defanav ul li p a:hover { color: red; }

.defanavbtn { float: right; width: 28px; height: 22px; position: relative; cursor: pointer; margin-top: 5px; margin-left: 15px; }

.defanavbtn span { display: block; height: 2px; background: #fff; top: 0px; position: absolute; width: 100%; -webkit-transition: all .3s ease; transition: all .3s ease; }

.defanavbtn span:nth-child(2) { top: 8px; }

.defanavbtn span:nth-child(3) { top: 17px; }

.defacloseNavbtn span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top: 12px; }

.defacloseNavbtn span:nth-child(2) { display: none; }

.defacloseNavbtn span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 12px; }

.defanav ul li i { position: absolute; right: 0px; top: 0px; height: 40px; width: 30%; }

.defanav ul li i:before { position: absolute; top: 50%; right: 10px; width: 10px; height: 10px; border-top: 2px solid #555; border-right: 2px solid #555; -webkit-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); -webkit-transition: all 0.5s; transition: all 0.5s; content: ""; }

.defanav ul li.cur i:before { -webkit-transform: translateY(-50%) rotate(135deg); -ms-transform: translateY(-50%) rotate(135deg); transform: translateY(-50%) rotate(135deg); }

.defaSearch { float: right; padding-left: 20px; }

.defaSearch span { width: 30px; height: 30px; cursor: pointer; background: url(../images/searchIcon.png) no-repeat center; display: block; }

.defaSearch .defaSearchbox { position: fixed; width: 100%; background: #fff; right: 0px; left: 0px; top: 60px; max-height: inherit; display: none; }

.defaSearch .defaSearchbox label { display: block; padding: 10px 65px 10px 15px; }

.defaSearch .defaSearchbox label input { width: 100%; vertical-align: middle; }

.defaSearch .defaSearchbox .defaSearchBtn { width: 50px; height: 100%; position: absolute; top: 0px; right: 0px; background: rgba(0, 0, 0, 0.6) url(../images/searchIcon.png) no-repeat center; }

.defaSearch span.closeSearchbox { background: url(../images/closeIcon.png) no-repeat center; }

.defaLanguage { float: right; font-size: 12px; color: #fff; margin-left: 20px; position: relative; }

.defaLanguage span { display: inline-block; border: 1px solid #fff; width: 30px; height: 30px; text-align: center; line-height: 26px; }

.defaLanguage span a { color: #fff; }

.defaLanguage p { position: absolute; left: 0px; top: 100%; background: #fff; right: 0px; text-align: center; display: none; }

.defaLanguage p a { display: block; line-height: 30px; }

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

.defacommonBanner img { display: block; height: 200px; position: relative; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.defacommonBanner h3 { font-size: 20px; position: absolute; left: 0px; width: 100%; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); color: #fff; text-align: center; }

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

.defaBanner img { display: block; height: 300px; position: relative; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.defaBanner ul li { overflow: hidden; }

.defaBannerText { position: absolute; left: 0px; top: 50%; width: 100%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.defaBannerText h3 { font-size: 24px; color: #fff; padding-bottom: 20px; -webkit-transition: all .8s ease; transition: all .8s ease; opacity: 0; visibility: hidden; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }

.defaBannerText .desc { font-size: 14px; color: #fff; opacity: 0; visibility: hidden; -webkit-transition: all .8s ease; transition: all .8s ease; -webkit-transition-delay: .4s; transition-delay: .4s; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }

.defaBanner ul li.swiper-slide-active .defaBannerText h3 { opacity: 1; visibility: visible; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }

.defaBanner ul li.swiper-slide-active .defaBannerText .desc { opacity: 1; visibility: visible; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }

.defaBannerdot { position: absolute; left: 0px; bottom: 20px; width: 100%; z-index: 99; text-align: center; }

.defaBannerdot span { width: 20px; height: 2px; background: rgba(255, 255, 255, 0.5); -webkit-border-radius: 0px; border-radius: 0px; margin: 0px 5px; }

.defaBannerdot span.swiper-pagination-bullet-active { background: #fff; }

.defaBannerPrev, .defaBannerNext { width: 20px; height: 40px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display: block; z-index: 99; cursor: pointer; }

.defaBannerPrev::after, .defaBannerNext::after { width: 10px; height: 10px; content: ""; display: block; position: absolute; border: 2px solid #fff; border-top: none; border-left: none; left: -webkit-calc(50% - 2px); left: calc(50% - 2px); top: 50%; }

.defaBannerPrev { left: 10px; }

.defaBannerPrev::after { -webkit-transform: translate(-50%, -50%) rotate(135deg); -ms-transform: translate(-50%, -50%) rotate(135deg); transform: translate(-50%, -50%) rotate(135deg); left: -webkit-calc(50% + 2px); left: calc(50% + 2px); }

.defaBannerNext { right: 10px; }

.defaBannerNext::after { -webkit-transform: translate(-50%, -50%) rotate(-45deg); -ms-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }

.defaBannerPrev:hover, .defaBannerNext:hover { background: #fff; }

.defaBannerPrev:hover::after, .defaBannerNext:hover::after { border-color: #666; }

.defaSecondLevelColumn { overflow: hidden; position: relative; padding-right: 1px; }

.defaSecondLevelColumn ul li { width: auto; font-size: 14px; border-left: 1px solid #ccc; border-right: 1px solid #ccc; margin-right: -1px; }

.defaSecondLevelColumn ul li a { display: block; padding: 0px 20px; }

.WaterfallFlow ul li { width: 50%; position: relative; padding: 0px 5px; margin-bottom: 10px; }

.WaterfallFlow ul li img { display: block; width: 100%; }

.WaterfallFlow ul li .FlowContent { padding: 10px; background: #f3f3f3; }

.WaterfallFlow ul li .FlowContent .time { font-size: 14px; padding-bottom: 10px; color: #585858; }

.WaterfallFlow ul li .FlowContent h3 { font-size: 14px; color: #000000; font-weight: 700; line-height: 22px; }

.WaterfallFlow ul li .FlowContent .desc { font-size: 12px; color: #585858; line-height: 18px; border-top: 1px solid #ebebeb; margin-top: 10px; padding-top: 10px; }

@media (min-width: 768px) { body { padding-top: 0px; }
  .defaBanner img { display: block; width: 100%; height: auto; -webkit-transform: translate(0px); -ms-transform: translate(0px); transform: translate(0px); left: 0px; }
  .defaBannerText h3 { font-size: 38px; }
  .defaBannerText .desc { font-size: 16px; }
  .defaBannerdot span { width: 30px; height: 2px; }
  .defaBannerPrev, .defaBannerNext { width: 30px; height: 60px; }
  .defaBannerPrev::after, .defaBannerNext::after { width: 15px; height: 15px; left: -webkit-calc(50% - 5px); left: calc(50% - 5px); }
  .defaBannerPrev::after { left: -webkit-calc(50% + 5px); left: calc(50% + 5px); }
  .defacommonBanner h3 { font-size: 24px; }
  .defacommonBanner img { display: block; width: 100%; height: auto; -webkit-transform: translate(0px); -ms-transform: translate(0px); transform: translate(0px); left: 0px; }
  .WaterfallFlow ul li { width: 33.333%; padding: 0px 10px; margin-bottom: 20px; }
  .WaterfallFlow ul li .FlowContent { padding: 20px; }
  .WaterfallFlow ul li .FlowContent .time { font-size: 16px; }
  .WaterfallFlow ul li .FlowContent h3 { font-size: 20px; line-height: 28px; }
  .WaterfallFlow ul li .FlowContent .desc { font-size: 14px; line-height: 24px; margin-top: 25px; padding-top: 20px; } }

@media (min-width: 1260px) { .defaBannerText h3 { font-size: 48px; }
  .defaBannerText .desc { font-size: 20px; }
  .defaBannerdot span { width: 40px; height: 3px; }
  .defaBannerPrev, .defaBannerNext { width: 40px; height: 80px; }
  .defaBannerPrev::after, .defaBannerNext::after { width: 20px; height: 20px; }
  .defaheader { background: none; padding: 15px 45px 0px; }
  .defalogo img { height: 55px; }
  .defanav { float: right; white-space: nowrap; padding-top: 15px; position: relative; overflow: visible; left: auto; right: auto; top: auto; bottom: auto; background: none; display: block; }
  .defanav ul { padding: 0px; }
  .defanav ul li { display: inline-block; margin-left: 20px; font-size: 16px; padding-bottom: 31px; position: relative; border-bottom: none; line-height: 24px; }
  .defanav ul li > a { color: #fff; }
  .defanav ul li p { background: #fff; position: absolute; left: -10px; right: -10px; top: 100%; text-align: center; max-height: 0px; overflow: hidden; -webkit-transition: all .4s ease; transition: all .4s ease; display: block; padding: 0px; }
  .defanav ul li i { display: none; }
  .defanav ul li:hover p { max-height: 300px; padding: 10px 0px; }
  .defaheaderbg { background: rgba(0, 0, 0, 0.5); }
  .defaSearch { padding-top: 12px; padding-bottom: 28px; }
  .defaSearch .defaSearchbox { max-height: 0px; left: auto; right: 45px; top: 100%; overflow: hidden; position: absolute; width: 300px; display: block; }
  .defaSearch:hover .defaSearchbox { max-height: 230px; -webkit-transition: all .8s ease; transition: all .8s ease; }
  .defaSearch:hover span { background: url(../images/closeIcon.png) no-repeat center; }
  .defaLanguage { padding-top: 12px; }
  .defaLanguage p { max-height: 0px; overflow: hidden; display: block; }
  .defaLanguage:hover p { max-height: 230px; -webkit-transition: all .8s ease; transition: all .8s ease; }
  .defanavbtn { display: none; }
  .defacommonBanner h3 { font-size: 30px; } }

/* 头部菜单按钮 */
.head_mobile_btn1 { display: none; width: 17px; height: 37px; cursor: pointer; padding: 12px 0; }

.head_mobile_btn1 .btn1 { height: 100%; }

.head_mobile_btn1 .btn1 .line { height: 2px; width: 100%; -webkit-transition: all 0.5s; transition: all 0.5s; background-color: rgba(162, 203, 196, 0.58); }

.head_mobile_btn1.active .btn1 .line:nth-child(1) { -webkit-transform: translateY(6px) rotate(45deg); -ms-transform: translateY(6px) rotate(45deg); transform: translateY(6px) rotate(45deg); }

.head_mobile_btn1.active .btn1 .line:nth-child(2) { opacity: 0; }

.head_mobile_btn1.active .btn1 .line:nth-child(3) { -webkit-transform: translateY(-5px) rotate(-45deg); -ms-transform: translateY(-5px) rotate(-45deg); transform: translateY(-5px) rotate(-45deg); }

.head_mobile_btn2 { cursor: pointer; width: 90px; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; border-left: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; }

.head_mobile_btn2 .btn1 { width: 20px; height: 25px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.head_mobile_btn2 .btn1 .line { -webkit-transform: rotateZ(25deg); -ms-transform: rotate(25deg); transform: rotateZ(25deg); width: 2px; height: 100%; -webkit-transition: all 0.5s; transition: all 0.5s; background-color: #d7141c; }

.head_mobile_btn2.active .btn1 .line:nth-child(1) { opacity: 0; }

.head_mobile_btn2.active .btn1 .line:nth-child(2) { -webkit-transform: translateX(0px) rotate(45deg); -ms-transform: translateX(0px) rotate(45deg); transform: translateX(0px) rotate(45deg); }

.head_mobile_btn2.active .btn1 .line:nth-child(3) { -webkit-transform: translateX(-8px) rotate(-45deg); -ms-transform: translateX(-8px) rotate(-45deg); transform: translateX(-8px) rotate(-45deg); }

/* 头部菜单 */
.head_dropdown1 { border-top: 1px solid #eeeeee; display: none; z-index: 99; position: fixed; top: 75px; bottom: 0; left: 0; right: 0; margin: auto; }

.head_dropdown1 .pc_down { width: 100%; height: 100%; background-color: #fff; background-image: url(../images/navlibg2.jpg); }

.head_dropdown1 .pc_down .swiper-container { height: 100%; }

.head_dropdown1 .pc_down .swiper-container .swiper-slide:nth-child(1) .block { -webkit-animation-delay: 0s; animation-delay: 0s; }

.head_dropdown1 .pc_down .swiper-container .swiper-slide:nth-child(2) .block { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; }

.head_dropdown1 .pc_down .swiper-container .swiper-slide:nth-child(3) .block { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }

.head_dropdown1 .pc_down .swiper-container .swiper-slide:nth-child(4) .block { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }

.head_dropdown1 .pc_down .swiper-container .swiper-slide:nth-child(5) .block { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }

.head_dropdown1 .pc_down .swiper-container .swiper-slide:nth-child(6) .block { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }

.head_dropdown1 .pc_down .swiper-container .block_box { padding-top: 50%; background-color: #fff; height: 100%; -webkit-transition: all 0.5s; transition: all 0.5s; }

.head_dropdown1 .pc_down .swiper-container .block_box:hover { background-color: transparent; }

.head_dropdown1 .pc_down .swiper-container .block_box:hover .block { top: -30px; color: #fff; }

.head_dropdown1 .pc_down .swiper-container .block { position: relative; top: 0; -webkit-transition: all 0.5s; transition: all 0.5s; text-align: center; }

.head_dropdown1 .pc_down .swiper-container .block .icon { margin: 0 auto; margin-bottom: 20px; width: 1px; height: 50px; background-color: #bf2d2f; }

.head_dropdown1 .pc_down .swiper-container .block .number { font-size: 46px; margin-bottom: 30px; }

.head_dropdown1 .pc_down .swiper-container .block .title { font-size: 22px; }

.head_dropdown1 .pc_down .swiper-container .block .title:hover { color: #bf2d2f; -webkit-transition: all 0.5s; transition: all 0.5s; }

.head_dropdown1 .pc_down .swiper-container .block .second_nav { font-size: 16px; margin-top: 30px; line-height: 36px; }

.head_dropdown1 .pc_down .swiper-container .block .second_nav .line:hover { color: #bf2d2f; -webkit-transition: all 0.5s; transition: all 0.5s; }

.head_dropdown1 .mobile_down { width: 100%; height: 100%; background-color: #fff; }

.head_dropdown1 .mobile_down .mobile_search { width: 96%; margin-bottom: 10px; -webkit-border-radius: 35px; border-radius: 35px; border: 1px solid #999999; padding: 0 15px; }

.head_dropdown1 .mobile_down .mobile_search input { line-height: 46px; padding: 0 5px; color: #999999; }

.head_dropdown1 .mobile_down .mobile_search .iconfont { color: #999999; font-size: 26px; cursor: pointer; }

.head_dropdown1 .mobile_down .block { color: #333333; text-align: center; border-bottom: 1px solid #f4f4f4; }

.head_dropdown1 .mobile_down .block .title { line-height: 30px; font-size: 16px; position: relative; }

.head_dropdown1 .mobile_down .block .title .iconfont { position: absolute; top: 50%; right: 5px; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); font-size: 14px; }

.head_dropdown1 .mobile_down .block .mobile_nav_down { background-color: #fafafa; display: none; padding: 5px 0; }

.head_dropdown1 .mobile_down .block .mobile_nav_down .line { line-height: 22px; }

.head_dropdown1 .mobile_down .block .mobile_nav_down .line:hover { color: #bf2d2f; }

.head_dropdown1 .mobile_down .block.active .title, .head_dropdown1 .mobile_down .block:hover .title { color: #bf2d2f; }

.social-share { font-size: inherit; font-style: inherit; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; /* 使用自定义样式，修改为背景图，删除上面的字体图标 */ /* 微信二维码 */ }

.social-share .social-share-icon { position: relative; display: block; font-size: 27px; line-height: 27px; color: #b3b3b3; text-align: center; top: 10px; opacity: 0; -webkit-transition: 0.2s; transition: 0.2s; }

.social-share .social-share-icon:not(:first-child) { margin-top: 15px; }

.social-share .social-share-icon:nth-child(2) { -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }

.social-share .social-share-icon:nth-child(3) { -webkit-transition-delay: 0.4s; transition-delay: 0.4s; }

.social-share .icon-weibo { color: #b3b3b3; }

.social-share .icon-weibo:hover { color: #ff763b; }

.social-share .icon-tencent { color: #56b6e7; border-color: #56b6e7; }

.social-share .icon-tencent:hover { background: #56b6e7; }

.social-share .icon-qq { color: #b3b3b3; }

.social-share .icon-qq:hover { color: #56b6e7; }

.social-share .icon-qzone { color: #FDBE3D; border-color: #FDBE3D; }

.social-share .icon-qzone:hover { background: #FDBE3D; }

.social-share .icon-douban { color: #33b045; border-color: #33b045; }

.social-share .icon-douban:hover { background: #33b045; }

.social-share .icon-linkedin { color: #0077B5; border-color: #0077B5; }

.social-share .icon-linkedin:hover { background: #0077B5; }

.social-share .icon-facebook { color: #44619D; border-color: #44619D; }

.social-share .icon-facebook:hover { background: #44619D; }

.social-share .icon-google { color: #db4437; border-color: #db4437; }

.social-share .icon-google:hover { background: #db4437; }

.social-share .icon-twitter { color: #55acee; border-color: #55acee; }

.social-share .icon-twitter:hover { background: #55acee; }

.social-share .icon-diandian { color: #307DCA; border-color: #307DCA; }

.social-share .icon-diandian:hover { background: #307DCA; }

.social-share .icon-wechat { position: unset; color: #b3b3b3; }

.social-share .icon-wechat:hover { color: #7bc549; }

.social-share .icon-tencent { background-image: url(); }

.social-share .icon-qq { background-image: url(); }

.social-share .icon-weibo { background-image: url(); }

.social-share .icon-wechat { background-image: url(); }

.social-share .icon-douban { background-image: url(); }

.social-share .icon-heart { background-image: url(); }

.social-share .icon-like { background-image: url(); }

.social-share .icon-qzone { background-image: url(); }

.social-share .icon-linkedin { background-image: url(); }

.social-share .icon-diandian { background-image: url(); }

.social-share .icon-facebook { background-image: url(); }

.social-share .icon-google { background-image: url(); }

.social-share .icon-twitter { background-image: url(); }

.social-share a { position: relative; text-decoration: none; outline: none; }

.social-share .icon-wechat .wechat-qrcode { display: none; border: 1px solid #eee; position: fixed; z-index: 20; top: 50%; left: 50%; width: 250px; color: #666; font-size: 12px; text-align: center; background-color: #fff; -webkit-box-shadow: 0 2px 10px #aaa; box-shadow: 0 2px 10px #aaa; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.social-share .icon-wechat .wechat-qrcode.bottom { top: 40px; left: -84px; }

.social-share .icon-wechat .wechat-qrcode.bottom:after { display: none; }

.social-share .icon-wechat .wechat-qrcode h4 { font-weight: normal; height: 26px; line-height: 26px; font-size: 12px; background-color: #f3f3f3; margin: 0; padding: 0; color: #777; }

.social-share .icon-wechat .wechat-qrcode .qrcode { width: 200px; margin: 20px auto; text-align: center; }

.social-share .icon-wechat .wechat-qrcode .qrcode img { width: 150px; height: 150px; margin: 0 auto; }

.social-share .icon-wechat .wechat-qrcode .qrcode table { margin: 0 !important; }

.social-share .icon-wechat .wechat-qrcode .help p { font-weight: normal; line-height: 16px; padding: 0; margin: 0; }

.social-share .icon-wechat:hover .wechat-qrcode { display: block; }

/* crumbs START */
.crumbs { position: relative; height: 60px; background-color: #fff; border-bottom: 1px solid #dddddd; }

.crumbs .monu { position: relative; }

.crumbs .monu .line { color: #888; -webkit-transition: all .5s; transition: all .5s; }

.crumbs .monu .line:not(:last-child) { padding-right: 15px; }

.crumbs .monu .line:not(:first-child) { padding-left: 15px; }

.crumbs .monu .line.active, .crumbs .monu .line:hover { color: #bf2d2f; }

.crumbs .monu .line.active a::after, .crumbs .monu .line:hover a::after { width: 100%; left: 0; }

.crumbs .monu a { position: relative; height: 100%; line-height: 60px; font-size: 14px; text-align: center; display: block; color: inherit; }

.crumbs .monu a::after { content: ' '; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background-color: #bf2d2f; -webkit-transition: all .5s; transition: all .5s; }

.crumbs .monu .line_icon { position: absolute; bottom: 0; left: 0; height: 3px; -webkit-transition: all 0.5s; transition: all 0.5s; background-color: #ffffff; }

.crumbs .item { position: relative; line-height: 60px; font-size: 13px; }

.crumbs .item .home { width: 60px; background-color: #bf2d2f; }

.crumbs .item a { z-index: 10; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; -webkit-transition: all 0.3s; transition: all 0.3s; color: rgba(51, 52, 56, 0.5); }

.crumbs .item a:hover { color: #bf2d2f; }

.crumbs .item .active { color: #bf2d2f; }

.crumbs .item .iconfont { color: #fff; font-size: 12px; }

.crumbs .icon-triangle-right { display: block; width: 0; height: 0; border: 3px solid; border-color: transparent transparent transparent #bf2d2f; margin: 0 10px; }

.crumbs.fixed { position: fixed; top: 170px; width: 100%; left: 0; right: 0; margin: auto; z-index: 100; -webkit-box-shadow: 0, 15px, 15px rgba(0, 0, 0, 0.018); box-shadow: 0, 15px, 15px rgba(0, 0, 0, 0.018); }

/* crumbs END */
.layui-box { margin-top: 40px; text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.layui-box em { font-style: normal; }

.layui-box a, .layui-box .layui-laypage-curr { width: 44px; height: 44px; display: block; line-height: 42px; text-align: center; font-size: 14px; color: #cfcfcf; margin: 0 2px; font-weight: bold; -webkit-transition: all .5s; transition: all .5s; border: solid 1px transparent; }

.layui-box a:hover, .layui-box .layui-laypage-curr:hover { color: #bf2d2f; border-bottom: 1px solid #bf2d2f; }

.layui-box .layui-laypage-curr { color: #bf2d2f; border-bottom: 1px solid #bf2d2f; }

.layui-box .layui-laypage-prev, .layui-box .layui-laypage-next { font-size: 13px; font-weight: bold; color: #666; line-height: 42px; margin: 0 5px; font-weight: lighter; border: solid 1px rgba(3, 4, 9, 0.2); }

.layui-box .layui-laypage-prev:hover, .layui-box .layui-laypage-next:hover { color: #bf2d2f; border: 1px solid #bf2d2f; }

.layui-box .layui-laypage-next { margin-left: 17px; }

.layui-box .layui-laypage-prev { margin-right: 17px; }

/* 详情页切换 */
.switch .line { padding: 30px 40px; font-size: 18px; font-family: 'MicrosoftYaHei'; color: #333333; -webkit-transition: all 0.5s; transition: all 0.5s; }

.switch .line .tag { padding-right: 35px; position: relative; }

.switch .line .tag::after { content: ' '; position: absolute; right: 0; width: 0; height: 0; border: 5px solid; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); -webkit-transition: all 0.5s; transition: all 0.5s; }

.switch .line.prev { border-top: 1px solid #141d29; border-bottom: 1px solid #dddddd; }

.switch .line.prev .tag::after { top: -webkit-calc(50% - 2px); top: calc(50% - 2px); border-color: transparent transparent #333333 transparent; }

.switch .line.next { border-bottom: 1px solid #141d29; }

.switch .line.next .tag::after { top: -webkit-calc(50% + 2px); top: calc(50% + 2px); border-color: #333333 transparent transparent transparent; }

.switch .line .name { width: 72.72727%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.switch .line .time { color: #333333; }

.switch .line:hover { color: #bf2d2f; }

.switch .line:hover .time { color: #bf2d2f; }

.switch .line:hover.prev .tag::after { border-color: transparent transparent #bf2d2f transparent; }

.switch .line:hover.next .tag::after { border-color: #bf2d2f transparent transparent transparent; }

/* 富文本响应 */
@media (max-width: 480px) { .details_txt p { font-size: 14px !important; line-height: 1.5 !important; } }

.index .index_banner .swiper-pagination-bullet{width: 5px;height: 5px;}

section { overflow: hidden; }

.header .head_top { padding-left: 60px; }

.header .head_top .head_left .haed_code { margin-left: 20px; padding-left: 20px; position: relative; }

.header .head_top .head_left .haed_code .line { font-size: 15px; line-height: 1.1; color: #828282; font-weight: bold; }

.header .head_top .head_left .haed_code .line:not(:first-child) { margin-top: 10px; }

.header .head_top .head_left .haed_code .line span { color: #bf2d2f; }

.header .head_top .head_left .haed_code::after { content: ' '; position: absolute; left: 0; top: 50%; width: 1px; height: 90%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background-color: #dadada; }

.header .head_top .head_nav { width: 50%; }

.header .head_top .head_nav .block:hover .title_box .title, .header .head_top .head_nav .block.active .title_box .title { color: #bf2d2f; }

.header .head_top .head_nav .block .title_box .title { font-size: 15px; line-height: 90px; color: #333438; -webkit-transition: all .5s; transition: all .5s; font-weight: bold; }

.header .head_top .right_function .head_search { position: relative; }

.header .head_top .right_function .head_tel { font-size: 16px;font-weight: bold;margin-right: 10px; }

.header .head_top .right_function p { color: #bf2d2f; margin-top:5px;}

.header .head_top .right_function .head_search .search_btn { cursor: pointer; line-height: 90px; width: 60px; text-align: center; background-color: #bf2d2f; font-size: 20px; color: #fff; font-weight: bold; }

.header .head_top .right_function .head_search .form_box { display: none; z-index: 20; position: absolute; top: -webkit-calc(100% + 1px); top: calc(100% + 1px); right: 0; width: 400px; }

.header .head_top .right_function .head_search .form_box input { background-color: #fff; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding: 0 15px; line-height: 60px; }

.header .head_top .right_function .head_search .form_box .btn { color: #fff; width: 80px; font-size: 22px; background-color: #bf2d2f; line-height: 60px; }

.head_dropdown { border-top: 1px solid #eeeeee; display: none; z-index: 99; position: fixed; top: 91px; bottom: 0; left: 0; right: 0; margin: auto; }

.head_dropdown .pc_down { width: 100%; height: 100%; background-color: #fff; background-image: url(../images/index_banner.jpg); }

.head_dropdown .pc_down .swiper-container { height: 100%; }

.head_dropdown .pc_down .swiper-container .swiper-slide:nth-child(1) .block { -webkit-animation-delay: 0s; animation-delay: 0s; }

.head_dropdown .pc_down .swiper-container .swiper-slide:nth-child(2) .block { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; }

.head_dropdown .pc_down .swiper-container .swiper-slide:nth-child(3) .block { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }

.head_dropdown .pc_down .swiper-container .swiper-slide:nth-child(4) .block { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }

.head_dropdown .pc_down .swiper-container .swiper-slide:nth-child(5) .block { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }

.head_dropdown .pc_down .swiper-container .swiper-slide:nth-child(6) .block { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }

.head_dropdown .pc_down .swiper-container .block_box { padding-top: 50%; background-color: #fff; height: 100%; -webkit-transition: all 0.5s; transition: all 0.5s; }

.head_dropdown .pc_down .swiper-container .block_box:hover { background-color: transparent; }

.head_dropdown .pc_down .swiper-container .block_box:hover .block .title { color: #fff; }

.head_dropdown .pc_down .swiper-container .block_box:hover .block .second_nav .line{ color: #fff;  }

.head_dropdown .pc_down .swiper-container .block_box:hover .block { top: -30px; color: #fff; }

.head_dropdown .pc_down .swiper-container .block { position: relative; top: 0; -webkit-transition: all 0.5s; transition: all 0.5s; text-align: center; }

.head_dropdown .pc_down .swiper-container .block .icon { margin: 0 auto; margin-bottom: 20px; width: 1px; height: 50px; background-color: #bf2d2f; }

.head_dropdown .pc_down .swiper-container .block .number { font-size: 46px; margin-bottom: 30px; }

.head_dropdown .pc_down .swiper-container .block .title { font-size: 22px; }

.head_dropdown .pc_down .swiper-container .block .title:hover { color: #bf2d2f; -webkit-transition: all 0.5s; transition: all 0.5s; }

.head_dropdown .pc_down .swiper-container .block .second_nav { font-size: 14px; margin-top: 30px; line-height: 28px; }

.head_dropdown .pc_down .swiper-container .block .second_nav .line { display: block; }

.head_dropdown .pc_down .swiper-container .block .second_nav .line:hover { color: #bf2d2f; -webkit-transition: all 0.5s; transition: all 0.5s; }

.head_dropdown .mobile_down { padding-top: 10px; width: 100%; height: 100%; background-color: #fff; }

.head_dropdown .mobile_down .head_tel{display: block; text-align: center;font-size: 18px;color: #bf2d2f;margin-top: 10px;}

.head_dropdown .mobile_down .mobile_search { width: 96%; margin-bottom: 10px; -webkit-border-radius: 35px; border-radius: 35px; border: 1px solid #999999; padding: 0 15px; }

.head_dropdown .mobile_down .mobile_search input { line-height: 46px; padding: 0 5px; color: #999999; }

.head_dropdown .mobile_down .mobile_search .iconfont { color: #999999; font-size: 26px; cursor: pointer; }

.head_dropdown .mobile_down .block { color: #333333; padding: 0 15px; border-bottom: 1px solid #f4f4f4; }

.head_dropdown .mobile_down .block .title { line-height: 50px; font-size: 16px; position: relative; }

.head_dropdown .mobile_down .block .title .title_txt { display: block; }

.head_dropdown .mobile_down .block .title .title_txt { display: block; }

.head_dropdown .mobile_down .block .title .iconfont { transition: all .5s; }

.head_dropdown .mobile_down .block .mobile_nav_down { background-color: #fafafa; display: none; padding: 5px 0; }

.head_dropdown .mobile_down .block .mobile_nav_down .line { line-height: 32px; display: block; }

.head_dropdown .mobile_down .block .mobile_nav_down .line:hover { color: #bf2d2f; }

.head_dropdown .mobile_down .block.active .title, .head_dropdown .mobile_down .block:hover .title { color: #bf2d2f; }

.head_dropdown .mobile_down .block.active .title .iconfont { transform: rotateZ(90deg); }

/* 首页 */
.index .index_banner .swiper-slide { padding: 0 60px; }

.index .index_banner .swiper-slide a{display: block;}

.index .index_banner .swiper-slide .img .mobile_img { display: none; }

.index .index_banner .swiper-slide .img img { width: 100%; }

.index .index_banner .swiper-slide .block { display: block; }

.index .index_banner .swiper-slide .img_txt { position: absolute; left: 120px; z-index: 2; top: 21.90476%; }

.index .index_banner .swiper-slide .txt { position: absolute; top: 50%; left: 0; line-height: 60px; padding-left: 120px; padding-right: 65px; background-color: rgba(191, 45, 47, 0.5); font-size: 24px; color: #ffffff; }

.index .index_banner .swiper-slide .txt::after { content: ' '; position: absolute; left: 100%; width: 0px; height: 0px; border-bottom: 60px solid rgba(102, 102, 102, 0); border-left: 60px solid rgba(191, 45, 47, 0.5); }

.index .index_banner .swiper_control { background-color: #fff; padding: 40px 40px 40px 0; z-index: 5; position: absolute; left: 60px; bottom: -1px; }

.index .index_banner .swiper_control .swiper-button-prev, .index .index_banner .swiper_control .swiper-button-next { position: unset; margin: 0; background-image: none; width: auto; height: auto; font-size: 16px; color: #363434; font-weight: bold; opacity: 1; -webkit-transition: all .5s; transition: all .5s; }

.index .index_banner .swiper_control .swiper-button-prev:hover, .index .index_banner .swiper_control .swiper-button-next:hover { color: #bf2d2f; }

.index .index_banner .swiper-pagination {position: absolute; }

.index .index_banner .swiper-pagination-bullet {opacity: 1;background-color: #fff; }
.index .index_banner .swiper-pagination-bullet-active {background-color: #bf2d2f; }

/* .index .index_banner .swiper_control .swiper-pagination p { font-size: 14px; color: #333438; font-weight: bold; }

.index .index_banner .swiper_control .swiper-pagination p:first-child { color: #d8181f; }

.index .index_banner .swiper_control .swiper-pagination .icon { margin: 0 12px; -webkit-transform: skew(-45deg, 0); -ms-transform: skew(-45deg, 0); transform: skew(-45deg, 0); width: 4px; height: 13px; background-color: #d7141c; } */

.index .index_title { text-align: center; }

.index .index_title .en { font-size: 20px; font-weight: bold; letter-spacing: 4px; color: #bf2d2f; line-height: 1; }

.index .index_title .cn { font-size: 36px; font-weight: bold; line-height: 1; letter-spacing: 7px; color: #282828; margin-top: 20px; }

.index .index_bg { background-image: url(../images/index_product_bg3.jpg); }

.index .main1 { padding-bottom: 133px; }

.index .main1 .content { padding: 0 60px; }

.index .main1 .content .bg_img img { width: 100%; }

.index .main1 .content .content_box { margin-top: -380px; }

.index .main1 .content .content_box .txt_box { text-align: center; }

.index .main1 .content .content_box .txt_box .tag { font-size: 14px; line-height: 1.1; color: #282828; opacity: 0.8; margin-top: 15px; font-weight: bold; }

.index .main1 .content .content_box .txt_box .abstract{font-size: 14px;text-align: center;margin:0 auto;margin-top: 20px;max-width: 1200px;}

.index .main1 .content .content_box .center1400 { position: relative; }

.index .main1 .content .content_box .center1400 .bg_img1 { margin-top: 40px; -webkit-box-shadow: 0 80px 80px -40px #b1b1b1; box-shadow: 0 80px 80px -40px #b1b1b1; }

.index .main1 .content .content_box .center1400 .bg_img1 video{width: 100%;object-fit: cover;}

.index .main1 .content .content_box .center1400 .number_box { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; padding: 0 180px; }

.index .main1 .content .content_box .center1400 .number_box .block .txt { font-size: 18px; line-height: 1.1; color: #ffffff; opacity: 0.8; }

.index .main1 .content .content_box .center1400 .number_box .block .icon { width: 31px; height: 3px; background-color: #e9e9e9; margin-top: 20px; }

.index .main1 .content .content_box .center1400 .number_box .block .number { font-size: 60px; color: #fff; font-weight: bolder; }

.index .main1 .content .content_box .center1400 .number_box .block .number .tag { font-size: 18px; margin-left: 10px; }

.index .main2 { padding: 80px 0; }

.index .main2 .index_title .cn { color: #fff; }

.index .main2 .content .tag_box { width: 1100px; margin: 0 auto; margin-top: 50px; text-align: center; }

.index .main2 .content .tag_box .img { width: 56px; margin: 0 auto; }

.index .main2 .content .tag_box .picture_container { padding-top: 85.71429%; }

.index .main2 .content .tag_box .picture_container .icon_on { opacity: 0; -webkit-transition: all .5s; transition: all .5s; }

.index .main2 .content .tag_box .picture_container .icon_off { -webkit-transition: all .5s; transition: all .5s; }

.index .main2 .content .tag_box .name { font-size: 18px; line-height: 1.1; color: #888888; margin-top: 20px; -webkit-transition: all .5s; transition: all .5s; }

.index .main2 .content .tag_box .swiper-button-prev,.index .main2 .content .tag_box .swiper-button-next{display:none;width: auto;height: auto;opacity: 1;background-image: none;color: 18px;color: #fff;}

.index .main2 .content .tag_box .swiper-button-prev{left: 0;}

.index .main2 .content .tag_box .swiper-button-next{right: 0;}

.index .main2 .content .tag_box .swiper-slide { cursor: pointer; }

.index .main2 .content .tag_box .swiper-slide.active .icon_on, .index .main2 .content .tag_box .swiper-slide:hover .icon_on { opacity: 1; }

.index .main2 .content .tag_box .swiper-slide.active .icon_off, .index .main2 .content .tag_box .swiper-slide:hover .icon_off { opacity: 0; }

.index .main2 .content .tag_box .swiper-slide.active .name, .index .main2 .content .tag_box .swiper-slide:hover .name { color: #fff; }

.index .main2 .content .block_box { -webkit-border-radius: 20px; border-radius: 20px; margin-top: 55px; }

.index .main2 .content .block_box .block .img { width: 50%; }

.index .main2 .content .block_box .block .img .picture_container { padding-top: 77.14286%; }

.index .main2 .content .block_box .block .txt_box { width: 50%; padding-left: 60px; padding-right: 87px; background-color: #ffffff; }

.index .main2 .content .block_box .block .txt_box .number { font-size: 60px; font-weight: bolder; line-height: 1; color: #dddddd; }

.index .main2 .content .block_box .block .txt_box .name { font-size: 30px; color: #282626; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-top: 30px; }

.index .main2 .content .block_box .block .txt_box .en { font-size: 30px; line-height: 1; letter-spacing: -1px; color: #bf2d2f; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-top: 15px; }

.index .main2 .content .block_box .block .txt_box .line_icon { width: 40px; height: 2px; margin-top: 20px; background-color: #888888; }

.index .main2 .content .block_box .block .txt_box .abstract { font-size: 14px; color: #888888; margin-top: 30px; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; line-height: 24px; }

.index .main2 .content .block_box .block .txt_box .btn { width: 135px; display: block; font-size: 14px; line-height: 45px; margin-top: 35px; text-align: center; -webkit-border-radius: 23px; border-radius: 23px; -webkit-transition: all .5s; transition: all .5s; border: solid 2px #bfbfbf; color: rgba(0, 0, 0, 0.6); }

.index .main2 .content .block_box .block .txt_box .btn:hover { color: #fff; background-color: #bf2d2f; border: 2px solid #bf2d2f; }

.index .main3 { padding-bottom: 160px; }

.index .main3 .content { margin-top: 40px; }

.index .main3 .block { display: block; position: relative; }

.index .main3 .block .picture_container { padding-top: 62.5%; }

.index .main3 .block .mask { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 3; opacity: 0; -webkit-transition: all .5s; transition: all .5s; background-color: rgba(0, 0, 0, 0.4); }

.index .main3 .block .mask .txt { text-align: center; font-size: 60px; line-height: 1; color: #ffffff; opacity: 0.5; font-weight: bold; }

.index .main3 .block .more_box { position: absolute; bottom: 0; left: 0; right: 0; opacity: 0; }

.index .main3 .block .more_box .name { line-height: 80px; font-size: 20px; color: #ffffff; padding-left: 30px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; background-color: rgba(0, 0, 0, 0.6); }

.index .main3 .block .more_box .more { text-align: center; width: 80px; font-size: 22px; color: #fff; line-height: 80px; background-color: #bf2d2f; }

.index .main3 .block:hover .mask { opacity: 0 !important; }

.index .main3 .swiper-slide { width: 51.42857%; }

.index .main3 .swiper-slide.swiper-slide-active .block .mask { opacity: 1; }

.index .main3 .swiper-slide.swiper-slide-active .block .more_box { opacity: 1; }

.index .main3 .swiper_control { margin-top: 60px; }

.index .main3 .swiper-button-prev, .index .main3 .swiper-button-next { color: #292929; font-size: 22px; margin-top: 0; position: unset; background-image: none; opacity: 1; width: auto; height: auto; -webkit-transition: all .5s; transition: all .5s; }

.index .main3 .swiper-button-prev:hover, .index .main3 .swiper-button-next:hover { color: #bf2d2f; }

.index .main3 .swiper-pagination { position: unset; padding: 0 52px; }

.index .main3 .swiper-pagination-bullet { opacity: 1; width: 9px; height: 9px; margin: 0 7px; background-color: #e2e2e2; }

.index .main3 .swiper-pagination-bullet-active { background-color: #e62129; }

.index .main4 { padding-bottom: 100px; }

.index .main4 .content { margin-top: 40px; }

.index .main4 .content .block { display: block; }

.index .main4 .content .block .picture_container { padding-top: 63.00448%; }

.index .main4 .content .block .txt_box { padding: 40px 35px 50px 20px; background-color: #fff; -webkit-transition: all .5s; transition: all .5s; }

.index .main4 .content .block .txt_box .name { font-size: 20px; color: #282828; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 28px; max-height: 56px; min-height: 56px; -webkit-transition: all .5s; transition: all .5s; }

.index .main4 .content .block .txt_box .time { margin-top: 15px; font-size: 14px; color: #e62129; -webkit-transition: all .5s; transition: all .5s; }

.index .main4 .content .block .txt_box .abstract { margin-top: 15px; font-size: 14px; color: #282828; opacity: 0.8; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 24px; max-height: 48px; min-height: 48px; -webkit-transition: all .5s; transition: all .5s; }

.index .main4 .content .block:hover .txt_box { background-color: #c62124; }

.index .main4 .content .block:hover .txt_box .name { color: #fff; }

.index .main4 .content .block:hover .txt_box .time { color: rgba(255, 255, 255, 0.4); }

.index .main4 .content .block:hover .txt_box .abstract { color: rgba(255, 255, 255, 0.4); }

.index .main4 .content .swiper_control { margin-top: 60px; }

.index .main4 .content .swiper-button-prev, .index .main4 .content .swiper-button-next { color: #fff; font-size: 22px; margin-top: 0; position: unset; background-image: none; opacity: 1; width: auto; height: auto; -webkit-transition: all .5s; transition: all .5s; }

.index .main4 .content .swiper-button-prev:hover, .index .main4 .content .swiper-button-next:hover { color: #bf2d2f; }

.index .main4 .content .swiper-pagination { position: unset; padding: 0 52px; }

.index .main4 .content .swiper-pagination-bullet { width: 9px; height: 9px; margin: 0 7px; background-color: #e2e2e2; opacity: 0.44; }

.index .main4 .content .swiper-pagination-bullet-active { opacity: 1; background-color: #e62129; }

.index .main5 { position: relative; }

.index .main5 .index_title { position: absolute; top: 80px; left: 50%; z-index: 2; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background-color: rgba(255, 255, 255, 0.6);padding:15px 10px;}

.index .main5 .mask { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 2; margin: auto; }

.index .main5 .mask .txt_box { width: 30.98958%; padding: 77px 0 87px 40px; background-color: rgba(255, 255, 255, 0.9); }

.index .main5 .mask .txt_box .tag { font-size: 14px; line-height: 1.1; color: #bf2d2f; font-weight: bold; }

.index .main5 .mask .txt_box .name { font-size: 24px; color: #282626; font-weight: bold; margin-top: 15px; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 32px; max-height: 64px; min-height: 64px; }

.index .main5 .mask .txt_box .line_icon { width: 32px; height: 2px; margin-top: 15px; background-color: #cdcdcd; }

.index .main5 .mask .txt_box .abstract { font-size: 14px; color: #282828; opacity: 0.8; margin-top: 15px; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; line-height: 24px; }

.index .main5 .mask .swiper_control { margin-top: 40px; }

.index .main5 .mask .swiper_control .swiper-button-prev, .index .main5 .mask .swiper_control .swiper-button-next { background-image: none; margin: 0; opacity: 1; position: unset; width: 54px; line-height: 54px; height: auto; text-align: center; border: solid 1px #d9d9d9; -webkit-transition: all .5s; transition: all .5s; color: #bf2d2f; }

.index .main5 .mask .swiper_control .swiper-button-prev:hover, .index .main5 .mask .swiper_control .swiper-button-next:hover { background-color: #bf2d2f; border: 1px solid #bf2d2f; color: #fff; }

.index .main5 .mask .swiper_control .swiper-button-prev { margin-right: 2px; }

.inner_banner { position: relative; }

.inner_banner .mask { position: absolute; top: 0; bottom: 0; right: 0; left: 0; margin: auto; }

.inner_banner .mask .title { font-size: 36px; line-height: 1.1; letter-spacing: 7px; color: #ffffff; }

.inner_banner .mask .tag { margin-top: 15px; font-size: 30px; line-height: 40px; letter-spacing: -1px; font-weight: lighter; color: rgba(255, 255, 255, 0.6); }

.inner_banner .mask .center1400 { height: 100%; }

.inner_banner .moblie_img { display: none; }

.inner_banner img { width: 100%; }

.inner_main { padding: 80px 0 100px; }

.inner_title { text-align: center; }

.inner_title .en { font-size: 20px; font-weight: bold; line-height: 1.1; letter-spacing: 4px; color: #bf2d2f; }

.inner_title .cn { margin-top: 15px; font-size: 36px; font-weight: bold; line-height: 1.1; letter-spacing: 7px; color: #282828; }

.news .main1 { /* 背景色拼色 */ background-image: linear-gradient(to bottom, #fff 0%, #fff 473px, #fafafa 473px, #fafafa 100%); }

.news .main1 .content { margin-top: 40px; }

.news .main1 .content .top1_img .block { display: block; width: 31.85714%; }

.news .main1 .content .top1_img .block .picture_container { padding-top: 63.00448%; }

.news .main1 .content .top1_img .block .txt_box { border-top: 0; padding: 30px 30px 50px; background-color: #fff; border: solid 1px #e2e2e2; }

.news .main1 .content .top1_img .block .name { font-size: 18px; letter-spacing: -1px; color: #333333; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 28px; max-height: 56px; min-height: 56px; -webkit-transition: all .5s; transition: all .5s; }

.news .main1 .content .top1_img .block .abstract { font-size: 14px; letter-spacing: -1px; color: #828282; margin-top: 10px; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; line-height: 24px; max-height: 72px; min-height: 72px; }

.news .main1 .content .top1_img .block .time { font-size: 14px; font-weight: bold; line-height: 1.1; color: #e62129; margin-top: 30px; }

.news .main1 .content .top1_img .block:not(:first-child) { margin-left: 2.21429%; }

.news .main1 .content .top1_img .block:hover .name { color: #bf2d2f; }

.news .main1 .content .top1_img .block:nth-child(1) { -webkit-animation-delay: 0s; animation-delay: 0s; }

.news .main1 .content .top1_img .block:nth-child(2) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }

.news .main1 .content .top1_img .block:nth-child(3) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }

.news .main1 .content .bottom_box { margin-top: 40px; }

.news .main1 .content .bottom_box .block { line-height: 80px; border-top: 2px solid #e5e5e5; padding-left: 28px; }

.news .main1 .content .bottom_box .block .time { font-size: 14px; font-weight: bold; color: #666666; margin-right: 5.8309%; }

.news .main1 .content .bottom_box .block .name { max-width: 70%; font-size: 18px; color: #666666; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-transition: all .5s; transition: all .5s; }

.news .main1 .content .bottom_box .block:last-child { border-bottom: 2px solid #e5e5e5; }

.news .main1 .content .bottom_box .block:hover .name { color: #bf2d2f; }

.news_details .main1 .content { margin-top: 40px;position: relative;}

.news_details .main1 .content .left_box{width: 68%; border-right: 1px solid #dddddd; border-top: 2px solid #3d3f48; }

.news_details .main1 .content .right_box{width: 30%;}

.news_details .main1 .content .right_box.active{  width: 420px;  position: fixed;top:30px;right: 13.54%;}

.news_details .main1 .content .right_box.active1{position: absolute;
  bottom: 0;
  top: auto;
  right: 0;}

.news_details .main1 .content .right_box .tag_box {padding: 0 30px;}

.news_details .main1 .content .right_box .tag_box .tag{display: block;line-height: 46px;text-align: center;color: #fff;background-color: #959595;}
.news_details .main1 .content .right_box .tag_box .tag.active{background-color: #bf2d2f;}

.news_details .main1 .content .right_box .tag_box .tag:not(:first-child){margin-top: 20px;}

.news_details .main1 .content .right_box .block_box  {margin-top: 20px;padding-top: 20px;border-top: 1px solid #dddddd;}

.news_details .main1 .content .right_box .block_box .title {font-weight: bold;font-size: 20px;}

.news_details .main1 .content .right_box .block_box .line_box {margin-top: 20px;}

.news_details .main1 .content .right_box .block_box .line {display: block;font-size: 16px;line-height: 38px;color: #bf2d2f;overflow: hidden;    white-space: nowrap;text-overflow: ellipsis;}

.news_details .main1 .content .right_box .block_box .line span{margin-right: 10px;}

.news_details .main1 .content .left_box .title_box { padding: 40px; }

.news_details .main1 .content .left_box .title { font-size: 28px; line-height: 30px; color: #3d3f48; font-weight: lighter; max-width: 80%; }

.news_details .main1 .content .left_box .time { font-size: 16px; font-weight: bold; line-height: 1.1; color: #bf2d2f; margin-top: 5px; }

.news_details .main1 .content .left_box .details_txt { padding: 35px 40px 70px; border-top: 1px solid #dddddd; }

.news_details .main1 .content .left_box .details_txt video{width: 100% !important;}

.news_details .main1 .content .left_box .back_btn { display: block; width: 200px; line-height: 60px; text-align: center; margin: 50px auto 0; letter-spacing: 1px; -webkit-transition: all .5s; transition: all .5s; border: solid 2px #bf2d2f; }

.news_details .main1 .content .left_box .back_btn:hover { color: #fff; background-color: #bf2d2f; }

.case .main1 .content { margin-top: 40px; }

.case .main1 .content .form_box { padding: 26px 0; background-color: #ececec; }

.case .main1 .content .form_box .item { position: relative; width: 600px; margin: 0 auto; padding: 0 20px; background-color: #ffffff; }

.case .main1 .content .form_box .item input { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; line-height: 48px; color: #c8c8c8; background-color: #ffffff; }

.case .main1 .content .form_box .item input::-webkit-input-placeholder { color: #c8c8c8; }

.case .main1 .content .form_box .item input:-moz-placeholder { color: #c8c8c8; }

.case .main1 .content .form_box .item input:-ms-input-placeholder { color: #c8c8c8; }

.case .main1 .content .form_box .item input::-moz-placeholder { color: #c8c8c8; }

.case .main1 .content .form_box .item input::placeholder { color: #c8c8c8; }

.case .main1 .content .form_box .item button { color: #bf2d2f; font-size: 20px; }

.case .main1 .content .block_box { margin-top: 40px; }

.case .main1 .content .block_box .block { width: 31.85714%; display: block; }

.case .main1 .content .block_box .block .picture_container { padding-top: 68.38565%; }

.case .main1 .content .block_box .block .txt_box { position: relative; padding: 40px 40px 152px 40px; border: solid 1px #dddddd; border-top: 0; }

.case .main1 .content .block_box .block .txt_box .name { font-size: 24px; font-weight: bold; color: #282828; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 30px; max-height: 60px; min-height: 60px; }

.case .main1 .content .block_box .block .txt_box .details_txt { margin-top: 25px; }

.case .main1 .content .block_box .block .txt_box .more { position: absolute; bottom: 40px; left: 40px; width: 160px; color: #bf2d2f; font-size: 16px; line-height: 48px; text-align: center; -webkit-transition: all .5s; transition: all .5s; border: solid 1px #bf2d2f; }

.case .main1 .content .block_box .block .txt_box .more:hover { color: #fff; background-color: #bf2d2f; }

.case .main1 .content .block_box .block:not(:nth-child(3n)) { margin-right: 2.21429%; }

.case .main1 .content .block_box .block:nth-child(n + 4) { margin-top: 40px; }

.case .main1 .content .block_box .block:nth-child(3n) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }

.case .main1 .content .block_box .block:nth-child(3n - 1) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }

.case .main1 .content .block_box .block:nth-child(3n - 2) { -webkit-animation-delay: 0s; animation-delay: 0s; }

.case_details .main1 { /* 背景色拼色 */ background-image: linear-gradient(to bottom, #fff 0%, #fff 485px, #f7f7f7 485px, #f7f7f7 100%); }

.case_details .main1 .content { margin-top: 40px; }

.case_details .main1 .content .swiper-slide { width: 85.71429%; }

.case_details .main1 .content .swiper-slide-active .block .mask { opacity: 0; }

.case_details .main1 .content .block { position: relative; }

.case_details .main1 .content .block .picture_container { padding-top: 45%; }

.case_details .main1 .content .block .mask { position: absolute; top: 0; bottom: 0; right: 0; left: 0; z-index: 2; -webkit-transition: all .5s; transition: all .5s; background-color: rgba(255, 255, 255, 0.8); }

.case_details .main1 .content .block .video_btn { cursor: pointer; position: absolute; width: 85px; height: 85px; z-index: 3; color: #fff; font-size: 16px; line-height: 81px; -webkit-border-radius: 50%; border-radius: 50%; top: 50%; left: 50%; text-align: center; -webkit-transition: all .5s; transition: all .5s; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border: solid 2px rgba(255, 255, 255, 0.3); }

.case_details .main1 .content .block .video_btn:hover { border: 2px solid #bf2d2f; color: #bf2d2f; }

.case_details .main1 .content .swiper-button-prev, .case_details .main1 .content .swiper-button-next { width: 54px; height: 54px; opacity: 1; color: #bf2d2f; margin-top: 0; font-size: 16px; line-height: 54px; text-align: center; -webkit-transition: all .5s; transition: all .5s; background-image: none; background-color: #ffffff; }

.case_details .main1 .content .swiper-button-prev:hover, .case_details .main1 .content .swiper-button-next:hover { color: #fff; background-color: #bf2d2f; }

.case_details .main1 .content .swiper-button-prev { left: 5%; }

.case_details .main1 .content .swiper-button-next { right: 5%; }

.case_details .main1 .content .title_box { padding: 35px 0; }

.case_details .main1 .content .title_box .name { font-size: 24px; line-height: 1.1; font-weight: bold; color: #282828; }

.case_details .main1 .content .title_box .txt { margin-top: 15px; }

.case_details .main1 .content .abstract { padding-top: 40px; position: relative; border-top: 1px solid #dddddd; }

.case_details .main1 .content .abstract .back_btn { position: absolute; display: block; width: 160px; line-height: 48px; text-align: center; font-size: 16px; color: #ffffff; background-color: #bf2d2f; -webkit-transition: all .5s; transition: all .5s; bottom: 0; right: 0; }

.case_details .main1 .content .abstract .back_btn:hover { opacity: 0.8; }

.contact .main1 .content { margin-top: 40px; }

.contact .main1 .block { width: 47.14286%; }

.contact .main1 .block .title_box { border-bottom: 2px solid #ebebeb; }

.contact .main1 .block .title_box .title { display: inline-block; position: relative; padding-bottom: 25px; font-size: 18px; line-height: 1.1; color: #333333; font-weight: bold; }

.contact .main1 .block .title_box .title .icon { margin-right: 12px; }

.contact .main1 .block .title_box .title::after { content: ' '; position: absolute; bottom: -2px; width: 100%; left: 0; height: 2px; background-color: #bf2d2f; }

.contact .main1 .block .txt_box { margin-top: 25px; }

.contact .main2 #map { height: 510px; }

.contact .main2 #map img { max-width: none; max-height: none; }

.service .main1 .content { margin-top: 40px; }

.service .main1 .top1_img { position: relative; }

.service .main1 .top1_img .txt_box { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 2; color: #ecf3fa; padding-left: 80px; }

.service .main1 .top1_img .txt_box .tag { font-size: 16px; line-height: 1.1; }

.service .main1 .top1_img .txt_box .number { font-size: 50px; line-height: 1; letter-spacing: -1px; margin-top: 10px; font-weight: lighter; }

.service .main1 .block_box { margin-top: 40px; }

.service .main1 .block_box .block { padding: 30px 50px; border: solid 1px #d0d0d0; }

.service .main1 .block_box .block .icon { width: 60px; padding: 20px 0; margin-right: 50px; position: relative; }

.service .main1 .block_box .block .icon .picture_container { padding-top: 100%; }

.service .main1 .block_box .block .icon::after { content: ' '; position: absolute; right: -50px; top: 0; height: 100%; width: 1px; background-color: #d0d0d0; }

.service .main1 .block_box .block .txt { margin-left: 50px; }

.service .main1 .block_box .block .txt .name { font-size: 20px; font-weight: bold; line-height: 1.1; color: #282828; }

.service .main1 .block_box .block .txt .abstract { margin-top: 15px; }

.service .main1 .block_box .block:not(:first-child) { margin-top: 20px; }

.customer .main1 .content { margin-top: 40px; padding-top: 60px; border-top: 2px solid #74706a; }

.customer .main1 .content_box { padding-bottom: 60px; border-bottom: 1px dashed #a6a6a6; }

.customer .main1 .content_box .tilte_box { font-size: 24px; color: #ffffff; line-height: 68px; padding: 0 60px 0 40px; background-color: #bf2d2f; }

.customer .main1 .content_box .tilte_box .iconfont { cursor: pointer; font-size: 18px; -webkit-transition: all .5s; transition: all .5s; }

.customer .main1 .content_box .block_box { margin-top: 20px; }

.customer .main1 .content_box .block_box .block { width: 18.85714%; border: solid 1px #dfdfdf; }

.customer .main1 .content_box .block_box .block .picture_container { padding-top: 44.69697%; }

.customer .main1 .content_box .block_box .block:not(:nth-child(5n)) { margin-right: 1.42857%; }

.customer .main1 .content_box .block_box .block:nth-child(n + 6) { margin-top: 20px; }

.customer .main1 .content_box .block_box .block.blockEnd { text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; font-size: 24px; color: #0f0f0f; line-height: 1.1; }

.customer .main1 .content_box .block_box .block:nth-child(5n) { -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }

.customer .main1 .content_box .block_box .block:nth-child(5n - 1) { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }

.customer .main1 .content_box .block_box .block:nth-child(5n - 2) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }

.customer .main1 .content_box .block_box .block:nth-child(5n - 3) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }

.customer .main1 .content_box .block_box .block:nth-child(5n - 4) { -webkit-animation-delay: 0s; animation-delay: 0s; }

.customer .main1 .content_box.content_box1 .block_box .block { min-height: 118px; font-size: 20px; color: #0f0f0f; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: center; font-weight: bold; }

/* .customer .main1 .content_box:not(:first-child) .dwon { display: none; } */

.customer .main1 .content_box:not(:last-child) { margin-bottom: 60px; }

.customer .main1 .content_box.active .tilte_box .iconfont { -webkit-transform: rotateZ(180deg); -ms-transform: rotate(180deg); transform: rotateZ(180deg); }

.about .main1 .content { margin-top: 40px; }

.about .main1 .content .tag { font-size: 18px; text-align: center; line-height: 1.1; color: #282828; opacity: 0.7; }

.about .main1 .content .img_box { position: relative; margin-top: 28px; }

.about .main1 .content .img_box .txt_box { position: absolute; z-index: 2; top: 70px; left: 0; padding: 25px 125px 25px 40px; background-color: rgba(255, 255, 255, 0.9); }

.about .main1 .content .img_box .txt_box .en { font-size: 48px; line-height: 1; letter-spacing: -2px; color: #bf2d2f; }

.about .main1 .content .img_box .txt_box .cn { margin-top: 20px; font-size: 22px; line-height: 32px; color: #7c7c7c; }

.about .main1 .content .img_box .txt_box .time { margin-top: 40px; font-size: 18px; line-height: 1.1; letter-spacing: 4px; color: #b1b1b1; }

.about .main1 .content .img_box .txt_box .time .icon { width: 300px; height: 1px; background-color: #dddddd; margin-right: 30px; }

.about .main1 .content .abstract { margin-top: 55px; }

.about .main1 .content .number_box { margin: 0 auto; margin-top: 80px; width: 1125px; }

.about .main1 .content .number_box .block { text-align: center; }

.about .main1 .content .number_box .block .number { font-size: 48px; line-height: 1; color: #282828; }

.about .main1 .content .number_box .block .number .symbol { font-size: 32px; font-weight: bold; }

.about .main1 .content .number_box .block .txt { font-size: 14px; line-height: 1.1; margin-top: 20px; color: #282828; opacity: 0.7; }

.about .main2 { background-image: url(../images/about_bg2.jpg); }

.about .main2 .inner_title .en { color: #fff; }

.about .main2 .inner_title .cn { color: #bf2d2f; }

.about .main2 .tag { font-size: 16px; line-height: 1.1; color: #4b4a55; font-weight: bold; text-align: center; margin-top: 20px; }

.about .main2 .content { margin-top: 40px; }

.about .main2 .block_box { width: 882px; margin: 0 auto; position: relative; }

.about .main2 .block_box .historySwiper { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.about .main2 .block_box .swiper-slide.active .block .number { color: #bf2d2f; }

.about .main2 .block_box .swiper-slide.active .block .line_icon { background-color: #bf2d2f; opacity: 1; width: 4px; }

.about .main2 .block_box .block { margin-top: 15px; cursor: pointer; }

.about .main2 .block_box .block .number { color: rgba(255, 255, 255, 0.8); -webkit-transition: all .5s; transition: all .5s; }

.about .main2 .block_box .block.blocks { margin-top: 0; font-size: 36px; line-height: 36px; letter-spacing: -2px; color: rgba(255, 255, 255, 0.8); }

.about .main2 .block_box .block .line_icon { width: 1px; height: 30px; background-color: #46444d; opacity: 0.55; margin-top: 20px; -webkit-transition: all .5s; transition: all .5s; }

.about .main2 .block_box::after { content: ' '; position: absolute; width: 100vh; left: 50%; height: 1px; background-color: #46444d; opacity: 0.44; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); bottom: 15px; }

.about .main2 .bignumber { margin: 0 auto; margin-top: 65px; text-align: center; width: 882px; }

.about .main2 .bignumber .number { font-size: 72px; line-height: 1.1; letter-spacing: -4px; color: #bf2d2f; opacity: 0.7; }

.about .main2 .bignumber .txt { margin-top: 40px; font-size: 36px; line-height: 36px; color: #ffffff; }

.about .main2 .bignumber .swiper-button-prev, .about .main2 .bignumber .swiper-button-next { background-image: none; color: #bf2d2f; font-size: 48px; width: auto; height: auto; }

.about .main2 .bignumber .swiper-button-prev { left: 0; }

.about .main2 .bignumber .swiper-button-next { right: 0; }

.about .main3 .content { margin-top: 30px; }

.about .main3 .content .tag { font-size: 18px; text-align: center; line-height: 1.1; color: #282828; opacity: 0.7; }

.about .main3 .content .block_box { margin-top: 40px; }

.about .main3 .content .swiper-slide { width: 62.5%; }

.about .main3 .content .swiper-slide .picture_container { padding-top: 45%; }

.about .main3 .content .swiper-slide .mask { position: absolute; z-index: 2; top: 0; bottom: 0; left: 0; right: 0; -webkit-transition: all .5s; transition: all .5s; background-color: rgba(255, 255, 255, 0.8); }

.about .main3 .content .swiper-slide .txt { opacity: 0; -webkit-transition: all .5s; transition: all .5s; position: absolute; bottom: 0; left: 0; right: 0; font-size: 22px; color: #ffffff; line-height: 60px; text-align: center; letter-spacing: 4px; background-color: rgba(0, 0, 0, 0.6); }

.about .main3 .content .swiper-slide.swiper-slide-active .mask { opacity: 0; }

.about .main3 .content .swiper-slide.swiper-slide-active .txt { opacity: 1; }

.about .main3 .content .swiper-button-prev, .about .main3 .content .swiper-button-next { width: auto; height: auto; opacity: 1; color: #292929; margin-top: 0; font-size: 23px; text-align: center; -webkit-transition: all .5s; transition: all .5s; background-image: none; }

.about .main3 .content .swiper-button-prev:hover, .about .main3 .content .swiper-button-next:hover { color: #bf2d2f; }

.about .main3 .content .swiper-button-prev { left: 15.625%; }

.about .main3 .content .swiper-button-next { right: 15.625%; }

.about .main3 .content .swiper-pagination { position: unset; margin-top: 30px; }

.about .main3 .content .swiper-pagination-bullet { width: 9px; height: 9px; background-color: #474747; opacity: 0.4; }

.about .main3 .content .swiper-pagination-bullet-active { background-color: #bf2d2f; opacity: 1; }

.about .main4 { background-image: url(../images/about_bg3.jpg); position: relative;}

.about .main4 .bg_img{ position: absolute; left: 0px;bottom: -40px;}

.about .main4 .content { margin-top: -20px; }

.about .main4 .left_box { width: 50%; }

.about .main4 .left_box .tag_box { padding-bottom: 12px; border-bottom: 1px solid rgba(54, 53, 61, 0.3); }

.about .main4 .left_box .tag_box .tag { cursor: pointer; }

.about .main4 .left_box .tag_box .tag .icon { width: 40px; height: 40px; color: #fff; font-size: 17px; line-height: 40px; -webkit-border-radius: 50%; border-radius: 50%; text-align: center; background-color: #8a8f99; margin-right: 10px; }

.about .main4 .left_box .tag_box .tag:nth-child(1) .icon{ background-color: #bf2d2f;}
.about .main4 .left_box .tag_box .tag:nth-child(2) .icon{ background-color: #536470;}
.about .main4 .left_box .tag_box .tag:nth-child(3) .icon{ background-color: #7caeb4;}

.about .main4 .left_box .tag_box .tag .icon img{width:40%;}

.about .main4 .left_box .tag_box .tag .name { font-size: 18px; line-height: 1; color: #33363d; opacity: 0.4; }

.about .main4 .left_box .tag_box .tag:not(:first-child) { margin-left: 13.33333%; }

/* .about .main4 .left_box .tag_box .tag.active .icon { background-color: #bf2d2f; } */

.about .main4 .left_box .tag_box .tag.active .name { opacity: 1; color: #bf2d2f; }

.about .main4 .left_box .txt_box { margin-top: 40px; }

.about .main4 .left_box .txt_box .txt:not(:first-child) { display: none; }

.about .main4 .left_box .txt_box .txt .title { font-size: 30px; line-height: 1.1; color: #33363d; opacity: 0.6; }

.about .main4 .left_box .txt_box .txt .abstract { margin-top: 15px; }

.about .main4 .right_box{ width: 45%; }

.about .main4 .right_box #map{height: 400px; }

.about .main4 .right_box .moblie_img{ display: none; }
.about .main4 .right_box .moblie_img img:not(:first-child){display: none;}

.about .main4 .right_box .pc_box{ position: relative;height: 540px; }
#china-map{height: 100%; }


.product .main1 .left_box { width: 17.14286%; }

.product .main1 .left_box .title_box { position: relative; }

.product .main1 .left_box .title_box .title { position: absolute; top: 0; bottom: 0; right: 0; left: 0; color: #fff; padding-left: 20px; }

.product .main1 .left_box .title_box .title .en { opacity: 0.3; }

.product .main1 .left_box .title_box .title .cn { font-size: 24px; margin-top: 10px; line-height: 1.1; }

.product .main1 .left_box .link_box { margin-top: 10px; }

.product .main1 .left_box .link_box .link { padding: 22px 20px; color: #999999; border: solid 3px rgba(246, 246, 246, 0.96); background-color: rgba(246, 246, 246, 0.96); }

.product .main1 .left_box .link_box .link:not(:first-child) { margin-top: 1px; }

.product .main1 .left_box .link_box .link.active { color: #bf2d2f; border: 3px solid #bf2d2f; }

.product .main1 .left_box .link_box .link.active .iconfont { color: #bf2d2f; }

.product .main1 .left_box .link_box .iconfont { font-size: 12px; color: #a2a2a2; }

.product .main1 .right_box { width: 78.57143%; }

.product .main1 .right_box .product_title { font-size: 30px; line-height: 1.1; color: #282828; text-align: center; }

.product .main1 .right_box .video_box { position: relative; }

.product .main1 .right_box .video_box .txt_box { position: absolute; top: 50%; left: 50%; z-index: 4; text-align: center; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.product .main1 .right_box .video_box .txt_box .txt { font-size: 26px; line-height: 1.1; letter-spacing: 13px; color: #ffffff; font-weight: lighter; }

.product .main1 .right_box .video_box .txt_box .video_btn { cursor: pointer; margin: 0 auto; margin-top: 20px; width: 75px; height: 75px; line-height: 71px; -webkit-border-radius: 50%; border-radius: 50%; font-size: 16px; color: #fff; -webkit-transition: all .5s; transition: all .5s; border: solid 2px rgba(255, 255, 255, 0.2); }

.product .main1 .right_box .video_box .txt_box .video_btn:hover { color: #bf2d2f; border: 2px solid #bf2d2f; }

.product .main1 .right_box .video_box video { height: auto; width: 100%; display: none; }

.product .main1 .right_box .img_box { margin-top: 20px; }

.product .main1 .right_box .img_box .productBigSwiper .picture_container { -webkit-border-radius: 16px; border-radius: 16px; padding-top: 48.54545%; }

.productBigSwiper .swiper-button-prev,.productBigSwiper .swiper-button-next{width: 48px;line-height: 48px;border-radius: 50%;text-align: center;color: #bf2d2f;background-color: #fff;opacity: 1;transition: all .5s;background-image:none ;}
.productBigSwiper .swiper-button-prev{left: 10px;}
.productBigSwiper .swiper-button-next{right: 10px;}
.productBigSwiper .swiper-button-prev:hover,.productBigSwiper .swiper-button-next:hover{color: #fff;background-color:#bf2d2f;}

.product .main1 .right_box .img_box .productSmallSwiper { margin-top: 10px; }

.product .main1 .right_box .img_box .productSmallSwiper .picture_container { -webkit-border-radius: 16px; border-radius: 16px; padding-top: 48.54545%; }

.product .main1 .right_box .txt_box { margin-top: 30px; }

.product .main1 .right_box .bigimg_box .block_box { margin-top: 30px; }

.product .main1 .right_box .bigimg_box .block_box .picture_container { padding-top: 53.14815%; }

.product .main1 .right_box .bigimg_box .block_box .block { position: relative; width: 49.09091%; background-color: #f7f7f7; -webkit-border-radius: 20px; border-radius: 20px; overflow: hidden; }

.product .main1 .right_box .bigimg_box .block_box .block:nth-child(odd) { margin-right: 1.81818%; }

.product .main1 .right_box .bigimg_box .block_box .block .mask { opacity: 0; position: absolute; top: 0; bottom: 0; right: 0; left: 0; z-index: 5; -webkit-transition: all .5s; transition: all .5s; background-color: rgba(0, 0, 0, 0.2); }

.product .main1 .right_box .bigimg_box .block_box .block .mask .btn { cursor: pointer; width: 135px; line-height: 45px; -webkit-border-radius: 23px; border-radius: 23px; text-align: center; color: #fff; background-color: #bf2d2f; }

.product .main1 .right_box .bigimg_box .block_box .block .mask .btn .iconfont { font-size: 18px; margin-right: 10px; }

.product .main1 .right_box .bigimg_box .block_box .block:hover .mask { opacity: 1; }

.product .main1 .right_box .table_box .block { margin-top: 30px; padding-top: 40px; border-top: 1px solid #c5c5c5; }

.product .main1 .right_box .table_box .block td { font-size: 16px; border: 0; line-height: 34px; }

.product .main1 .right_box .table_box .block td:nth-child(odd) { padding-right: 40px; color: #282828; }

.product .main1 .right_box .table_box .block td:nth-child(2) { padding-right: 40px; color: #282828; width: 50%; }

.product .main1 .right_box .table_box .block td:nth-child(even) { color: rgba(40, 40, 40, 0.6); }

.news .main1 .content .bottom_box .block .time{font-size:12px;}

.img_popup { position: fixed; top: 0; bottom: 0; left: 0; z-index: 99; right: 0; display: none; background-color: rgba(0, 0, 0, 0.8); }

.img_popup .mask { width: 100%; height: 100%; }

.img_popup .img { position: relative; }

.img_popup .img .exit { color: #fff; font-size: 20px; position: absolute; top: -20px; right: -20px; }

.footer { background-color: #292929; }

.footer .foot_top { padding: 35px 0 25px; }

.footer .foot_top .foot_nav .line { position: relative; font-size: 16px; -webkit-transition: all .5s; transition: all .5s; color: rgba(255, 255, 255, 0.6); }

.footer .foot_top .foot_nav .line:not(:first-child) { padding-left: 25px; margin-left: 25px; }

.footer .foot_top .foot_nav .line:not(:first-child)::after { content: ' '; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 2px; height: 14px; background-color: #a0a0a0; opacity: 0.2; }

.footer .foot_top .foot_nav .line:hover { color: #bf2d2f; }

.footer .foot_top .share_box .block { width: 32px; height: 32px; line-height: 32px; -webkit-border-radius: 50%; border-radius: 50%; text-align: center; position: relative; -webkit-transition: all .5s; transition: all .5s; font-size: 16px; color: rgba(255, 255, 255, 0.9); background-color: rgba(67, 67, 67, 0.66); }

.footer .foot_top .share_box .block .down { position: absolute; width: 100px; height: 100px; padding: 5px; opacity: 0; left: 50%; z-index: 5; -webkit-border-radius: 10px; border-radius: 10px; pointer-events: none; bottom: -webkit-calc(100% + 10px); bottom: calc(100% + 10px); background-color: #fff; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all .5s; transition: all .5s; }

.footer .foot_top .share_box .block:hover { color: #bf2d2f; }

.footer .foot_top .share_box .block:hover .down { opacity: 1; pointer-events: unset; bottom: -webkit-calc(100% + 3px); bottom: calc(100% + 3px); }

.footer .foot_top .share_box .block:not(:first-child) { margin-left: 15px; }

.footer .foot_bottom { padding: 30px 0 100px; border-top: 1px solid rgba(80, 93, 100, 0.4); }

.footer .foot_bottom .left_box { width: 62.64286%; color: #919191; font-size: 13px; line-height: 22px; }

.footer .foot_bottom .left_box p { display: inline-block; }

.footer .foot_bottom .left_box a { color: #919191; -webkit-transition: all .5s; transition: all .5s; position: relative; }

/* .footer .foot_bottom .left_box .txt.txts a { color: #919191; -webkit-transition: all .5s; transition: all .5s; position: relative; } */

.footer .foot_bottom .left_box .txt:not([class*=txts]) a { position: relative; padding-left: 15px; margin-left: 15px; }

.footer .foot_bottom .left_box .txt:not([class*=txts]) a::after { content: ' '; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 2px; height: 2px; background-color: #919191; -webkit-border-radius: 50%; border-radius: 50%; }

.footer .foot_bottom .left_box a:hover { color: #bf2d2f; }

.footer .foot_bottom .left_box .txt:last-child { margin-top: 15px; }

.footer .foot_bottom .right_box { color: #919191; font-size: 13px; position: relative; z-index: 5; }

.footer .foot_bottom .right_box .line_title { position: relative; width: 210px; line-height: 54px; border: solid 1px rgba(255, 255, 255, 0.2); padding: 0 20px; cursor: pointer; }

.footer .foot_bottom .right_box .line_title::after { content: ' '; position: absolute; right: 20px; top: 50%; -webkit-transform: rotateZ(45deg) translateY(-50%); -ms-transform: rotate(45deg) translateY(-50%); transform: rotateZ(45deg) translateY(-50%); width: 6px; height: 6px; border-left: 1px solid #fff; border-top: 1px solid #fff; }

.footer .foot_bottom .right_box .link_box { position: absolute; display: none; bottom: 100%; left: 0; right: 0; max-height: 162px; overflow-y: auto; background-color: #292929; border: solid 1px rgba(255, 255, 255, 0.2); }

.footer .foot_bottom .right_box .link_box .line { color: #919191; display: block; line-height: 54px; padding: 0 20px; }

.footer .foot_bottom .right_box .link_box::-webkit-scrollbar { width: 2px; height: 8px; background-color: #fff; }

.footer .foot_bottom .right_box .link_box::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; }

.footer .foot_bottom .right_box .link_box::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: #bf2d2f; }

.search .main1 { padding: 80px 0; }

.search .main1 .search_box { width: 60%; margin: 30px auto 30px; border: 1px solid #bf2d2f; -webkit-border-radius: 25px; border-radius: 25px; overflow: hidden; }

.search .main1 .search_box input { padding: 0 20px; line-height: 48px; }

.search .main1 .search_box .btn { background-color: #bf2d2f; width: 80px; cursor: pointer; font-size: 28px; color: #fff; }

.search .main1 .content { border-top: 1px solid #dddddd; }

.search .main1 .content .length { padding: 10px 0; }

.search .main1 .content .block_box .block { padding: 20px 0; }

.search .main1 .content .block_box .block:not(:first-child) { border-top: 1px solid #dddddd; }

.search .main1 .content .block_box .block .img { width: 23.33333%; }

.search .main1 .content .block_box .block .img .picture_container { padding-top: 60.71429%; }

.search .main1 .content .block_box .block .txt { width: 70%; padding-left: 20px; }

.search .main1 .content .block_box .block .txt .name { font-size: 20px; margin-bottom: 10px; font-weight: bold; max-height: 48px; line-height: 24px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-transition: all 0.5s; transition: all 0.5s; }

.search .main1 .content .block_box .block .txt .abstract { overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 26px; }

.search .main1 .content .block_box .block:hover .txt .name { color: #bf2d2f; }

.top_name{line-height: 40px;width: 100%;position: relative;text-align: center;display: none;}

.top_name .iconfont{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}

.foot_mobile_monu .block .title_box{color: #abacb1;line-height: 40px;border-bottom: 1px solid #6c6e76;}

.foot_mobile_monu .block.active .title_box .iconfont{transform: rotateZ(90deg);transition: all .5s;}

.foot_mobile_monu .block .title_box .icon{width: 50px;text-align: right;}

.foot_mobile_monu .block .title_box a{color: #abacb1;flex: 1;}

.foot_mobile_monu .block .down{padding: 5px 0 10px 10px;border-bottom: 1px solid #6c6e76;display: none;}

.foot_mobile_monu .block .down .line{line-height: 30px;display: block;color: rgba(255, 255, 255, 0.3);}

.foot_mobile_monu{display: none;}

.product .main1 .right_box .txt_box img{height: auto !important;}

.index .main1 .content .content_box .center1400 .bg_img1 .mobile_img{display: none;}

.search .inner_title{font-size: 32px;font-weight: bold;}

@media (max-width: 1600px) { .index .index_banner .swiper-slide { padding: 0 15px; }
  .index .index_banner .swiper_control { left: 15px; }
  .index .main1 .content { padding: 0 15px; }
  .index .main1 .content .content_box { margin-top: -150px; } }

@media (max-width: 1400px) { .center1400 { width: 100%; padding: 0 15px; }
  .footer .foot_top { padding: 30px; }
  .header .head_top { padding-left: 15px; } }

@media (max-width: 1200px) { .center1200 { width: 100%; padding: 0 15px; }
  .crumbs { height: 40px; }
  .top_name{display: block;}
  .foot_mobile_monu{display: block;}
  .crumbs .center1400{ height: 100%; width: 100%;}
  .crumbs .item {display: none;}
  .crumbs .monu {display:none;position: absolute;left: 0;right:0;top: 100%;background-color: #fff;flex-wrap:wrap;z-index: 10;}
  .crumbs .monu a{line-height: 32px;}
  .crumbs .monu .line a::after{display: none;}
  .crumbs .monu .line{padding: 0 15px;width: 100%;border-top: 1px solid #dedede;}
  .header .head_top .head_nav { display: none; }
  .header .head_top .right_function .head_tel { display: none; }
  .header .head_top .right_function .head_search .search_btn { line-height: 60px; }
  .head_mobile_btn2 { width: 60px; }
  .head_dropdown { top: 60px; }
  .index .index_title .cn { font-size: 30px; margin-top: 15px; }
  .index .index_banner .swiper-slide .img_txt { left: 6.25%; top: 15%; width: 400px; }
  .index .index_banner .swiper-slide .txt { padding-left: 80px; padding-right: 45px; }
  .index .main1 { padding-bottom: 80px; }
  .index .main1 .content .content_box .center1400 .number_box { padding: 0 30px; }
  .index .main1 .content .content_box .center1400 .number_box .block .number { font-size: 40px; line-height: 1.1; margin-top: 10px; }
  .index .main2 .content .tag_box { width: 100%; }
  .index .main3 { padding-bottom: 80px; }
  .index .main3 .swiper_control { margin-top: 40px; }
  .index .main3 .block .mask .txt { font-size: 40px; }
  .index .main3 .block .more_box .name { line-height: 60px; }
  .index .main3 .block .more_box .more { line-height: 60px; }
  .index .main4 { padding-bottom: 80px; }
  .index .main4 .content .swiper_control { margin-top: 40px; }
  .index .main5 .mask .txt_box { padding: 30px 0 30px 20px; }
  .index .main5 .mask .txt_box .name { -webkit-line-clamp: 1; line-height: 32px; max-height: none; min-height: auto; }
  .inner_main { padding: 80px 0; }
  .case .main1 .content .block_box .block .txt_box { padding: 20px 30px 122px 20px; }
  .customer .main1 .content { margin-top: 30px; padding-top: 40px; }
  .customer .main1 .content_box { padding-bottom: 30px; }
  .customer .main1 .content_box:not(:last-child) { margin-bottom: 30px; }
  .news .main1 .content .top1_img .block .txt_box { padding: 15px; }
  .news_details .main1 .content .left_box .title_box { padding: 15px; }
  .news_details .main1 .content .left_box .details_txt { padding: 20px; }
  .news_details .main1 .content .left_box{width: 100%;}
  .news_details .main1 .content .right_box{
    display: none;
  }
  .about .main4{    background-position: 100% center;}
  .about .main4 .bg_img{bottom:0;}
  .news_details .main1 .content .left_box .details_txt video{width: 100% !important;}
  .about .main1 .content .img_box .txt_box { padding: 45px 85px 45px 30px; top: 20px; }
  .about .main1 .content .img_box .txt_box .en { font-size: 38px; }
  .about .main1 .content .number_box { width: 100%; margin-top: 40px; }
  .about .main4 .content { margin-top: 15px; }
  .about .main4 .center1200 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .about .main4 .left_box { width: 100%; }
  .about .main4 .left_box .tag_box .tag:not(:first-child) { margin-left: 5%; }
  .about .main4 .left_box .txt_box { margin-top: 10px; }
  .about .main4 .left_box .txt_box .txt .title { font-size: 16px; }
  .about .main4 .left_box .txt_box .txt .abstract p,.about .main4 .left_box .txt_box .txt .abstract span{font-size: 12px !important;}
  .about .main4 .left_box .txt_box .txt .abstract { margin-top: 10px; }
  .about .main4 .right_box { width: 100%; margin-top: 15px; }
  .about .main4 .right_box .pc_box{ display: none; }
  .about .main4 .right_box .moblie_img{ display: block; }
  .product .main1 .content { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .product .main1 .content .left_box { width: 100%; }
  .product .main1 .content .left_box .title_box .bg_img { width: 100%; height: 150px; }
  .product .main1 .content .left_box .title_box .bg_img img { width: 100%; }
  .product .main1 .content .left_box .link_box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .product .main1 .content .left_box .link_box .link { width: 50%; }
  .product .main1 .content .right_box { width: 100%; } }

@media (max-width: 992px) { .index .main2 .content .block_box { margin-top: 30px; }
  .index .main2 .content .block_box .block { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .index .main2 .content .block_box .block .img { width: 100%; }
  .index .main2 .content .block_box .block .img img { width: 100%; }
  .index .main2 .content .block_box .block .txt_box { padding: 20px 10px; width: 100%; }
  .about .main2 .block_box { width: 100%; padding: 0 15px; }
  .about .main2 .bignumber { width: 100%; padding: 0 15px; } }

@media (max-width: 768px) { .head_dropdown .pc_down { display: none; }
  .head_dropdown .mobile_down { display: block; }
  .img_popup .img .exit{right: 0;top: -30px;}
  .header { position: fixed; top: 0; left: 0; right: 0; z-index: 99; background-color: #fff; }
  .header .head_top .head_left .haed_code { margin-left: 10px; padding-left: 10px; }
  .header .head_top .head_left .haed_code .line { font-size: 12px; }
  .header .head_top .head_left .haed_code .line:not(:first-child) { margin-top: 5px; }
  .index .index_banner .swiper_control { padding: 10px; }
  .index .index_banner .swiper-slide .img .mobile_img { display: block; }
  .index .index_banner .swiper-slide .img .pc_img { display: none; }
  .index .index_banner .swiper-slide .img_txt { width: 300px; }
  .index .index_banner .swiper-slide .txt { padding-left: 60px; padding-right: 30px; font-size: 18px; line-height: 40px; }
  .index .index_banner .swiper-slide .txt::after { border-bottom: 40px solid rgba(102, 102, 102, 0); border-left: 40px solid rgba(191, 45, 47, 0.9); }
  .index .index_title .cn { font-size: 22px; margin-top: 10px; }
  .index .main1 { padding-bottom: 60px; }
  .index .main1 .content .content_box { margin-top: -100px; }
  .index .main1 .content .content_box .txt_box .tag { margin-top: 10px; font-size: 12px;}
  .index .main1 .content .content_box .center1400 .bg_img1 { margin-top: 10px; position: relative;overflow: hidden;}
  /* .index .main1 .content .content_box .center1400 .bg_img1 img{position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);width: 1920px;max-height:none;max-width: none;} */
  .index .main1 .content .content_box .center1400 .number_box .block .number { font-size: 30px; }
  .index .main1 .content .content_box .center1400 .number_box .block .number .tag { font-size: 16px; margin-left: 5px; }
  .index .main2 { padding: 60px 0; }
  .index .main2 .content .tag_box { margin-top: 20px; }
  .index .main2 .content .tag_box .img { width: 40px; }
  .index .main2 .content .tag_box .name { margin-top: 15px; font-size: 16px; }
  .index .main2 .content .block_box .block .txt_box .number { font-size: 40px; }
  .index .main2 .content .block_box .block .txt_box .name { margin-top: 22px; line-height: 1.1; }
  .index .main2 .content .block_box .block .txt_box .en { font-size: 18px; }
  .index .main2 .content .block_box .block .txt_box .line_icon { margin-top: 15px; }
  .index .main2 .content .block_box .block .txt_box .abstract { margin-top: 15px; }
  .index .main2 .content .block_box .block .txt_box .btn { margin-top: 15px; }
  .index .main3 { padding-bottom: 60px; }
  .index .main3 .content { margin-top: 20px; }
  .index .main3 .block .more_box { opacity: 1; }
  .index .main3 .swiper_control { margin-top: 15px; }
  .index .main3 .swiper-pagination { padding: 0 10px; }
  .index .main4 { padding-bottom: 60px; }
  .index .main4 .content { margin-top: 20px; }
  .index .main4 .content .block .txt_box { padding: 10px; }
  .index .main4 .content .block .txt_box .name { font-size: 14px; line-height: 20px; max-height: 40px; min-height: 40px; }
  .index .main4 .content .block .txt_box .time { margin-top: 10px;font-size: 12px; }
  .index .main4 .content .block .txt_box .abstract { line-height: 20px; max-height: 40px; min-height: 40px;font-size: 12px; }
  .index .main4 .content .swiper_control { margin-top: 20px; }
  .index .main4 .content .swiper-pagination { padding: 0 20px; }
  .index .main5 .index_title { top: 10px; }
  .index .main5 .mask { position: unset; }
  .index .main5 .mask .txt_box { padding: 10px 25px; width: 100%; }
  .index .main5 .mask .txt_box .name { font-size: 18px; line-height: 1.1; }
  .index .main5 .mask .swiper_control { margin-top: 20px; }
  .index .main5 .mask .swiper_control .swiper-button-next, .index .main5 .mask .swiper_control .swiper-button-prev { width: 40px; height: 40px; line-height: 40px; }
  .inner_main { padding: 60px 0; }
  .index .main1 .content .content_box .center1400 .bg_img1 video{display: none;}
  .index .main1 .content .content_box .center1400 .bg_img1 .mobile_img{display: block;}
  .inner_title .cn { font-size: 28px; }
  .inner_banner .img { height: 150px; position: relative; overflow: hidden; }
  .inner_banner .img img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 1920px; max-height: none; max-width: none; }
  .case .main1 .content .form_box .item { width: 80%; }
  .case .main1 .content .block_box .block { width: 49%; }
  .case .main1 .content .block_box .block:not(:nth-child(3n)) { margin-right: 0; }
  .case .main1 .content .block_box .block:nth-child(n + 3) { margin-top: 20px; }
  .case .main1 .content .block_box .block:nth-child(odd) { margin-right: 2%; }
  .case .main1 .content .block_box .block .txt_box { padding: 10px 10px 102px 10px; }
  .case .main1 .content .block_box .block .txt_box .name { font-size: 20px; line-height: 24px; max-height: 48px; min-height: 48px; }
  .case .main1 .content .block_box .block .txt_box .more { bottom: 25px; left: 10px; width: 120px; font-size: 16px; line-height: 40px; }
  .case_details .main1 .content .block .video_btn { width: 60px; height: 60px; line-height: 56px; }
  .case_details .main1 .content .title_box { padding: 15px 0; }
  .case_details .main1 .content .title_box .name { font-size: 20px; }
  .case_details .main1 .content .abstract { padding-top: 20px; }
  .service .main1 .top1_img .txt_box { padding-left: 20px; }
  .service .main1 .top1_img .txt_box .number { font-size: 32px; }
  .service .main1 .block_box .block { padding: 20px 10px; }
  .service .main1 .block_box .block .icon { margin-right: 15px; }
  .service .main1 .block_box .block .icon::after { right: -15px; }
  .service .main1 .block_box .block .txt { width: 80%; margin-left: 15px; }
  .customer .main1 .content_box .tilte_box { line-height: 58px;font-size: 14px; }
  .customer .main1 .content_box .block_box .block { width: 32%; }
  .customer .main1 .content_box .block_box .block:not(:nth-child(5n)) { margin-right: 0; }
  .customer .main1 .content_box .block_box .block:not(:nth-child(3n)) { margin-right: 1.5%; }
  .customer .main1 .content_box .block_box .block:nth-child(n + 4) { margin-top: 15px; }
  .news .main1 .content .top1_img .block_box { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .news .main1 .content .top1_img .block { width: 100%; }
  .news .main1 .content .top1_img .block .img img { width: 100%; }
  .news .main1 .content .top1_img .block .txt_box { padding: 15px; }
  .news .main1 .content .top1_img .block:not(:first-child) { margin-left: 0; margin-top: 15px; }
  .news .main1 .content .bottom_box .block { padding-left: 0; line-height: 68px; }
  .news_details .main1 .content .left_box .title { font-size: 22px; }


  .contact .main1 .block_box { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .contact .main1 .block { width: 100%; }
  .contact .main1 .block:nth-child(2) { margin-top: 15px; }
  .contact .main1 .block .title_box .title { padding-bottom: 15px; }
  .contact .main1 .block .txt_box { margin-top: 10px; }
  .contact .main2 #map { height: 300px; }
  .switch .line { padding: 15px 0; font-size: 16px; }
  .switch .line .tag { padding-right: 15px; }
  .switch .line .name { width: 70%; }
  .product .main1 .content .left_box .link_box .link { padding: 10px 5px; }
  .product .main1 .content .right_box .video_box .txt_box { margin-top: 0; }
  .product .main1 .content .right_box .video_box .txt_box .txt { font-size: 22px; letter-spacing: 5px; }
  .product .main1 .content .right_box .video_box .txt_box .video_btn { margin-top: 10px; width: 45px; height: 45px; line-height: 41px; }
  .product .main1 .content .right_box .product_title { font-size: 20px; }
  .product .main1 .content .right_box .table_box .block { margin-top: 15px; padding-top: 15px; overflow-x: auto; padding-bottom: 10px; }
  .product .main1 .content .right_box .table_box .block::-webkit-scrollbar { width: 2px; height: 2px; background-color: #fff; }
  .product .main1 .content .right_box .table_box .block::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; }
  .product .main1 .content .right_box .table_box .block::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); background-color: #bf2d2f; }
  .product .main1 .content .right_box .table_box .block table { min-width: 750px; }
  .product .main1 .content .right_box .table_box .block td { font-size: 14px; line-height: 1.4; }
  .product .main1 .content .right_box .table_box .block td:nth-child(2) { width: auto; padding-right: 0; }
  .product .main1 .content .right_box .table_box .block td:nth-child(odd) { padding-right: 0; }
  .inner_banner .mask .title { font-size: 22px; }
  .inner_banner .mask .tag { font-size: 16px; margin-top: 5px; }
  .about .main1 .content .img_box .txt_box { position: unset; padding: 15px 0; }
  .about .main1 .content .img_box .txt_box .en { font-size: 20px; }
  .about .main1 .content .img_box .txt_box .cn { font-size: 16px; line-height: 1.2; margin-top: 5px; }
  .about .main1 .content .img_box .txt_box .time { margin-top: 20px; }
  .about .main1 .content .img_box .txt_box .icon { width: 60px; }
  .about .main1 .content .abstract { margin-top: 20px; }
  .about .main1 .content .number_box { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .about .main1 .content .number_box .block { width: 33%; }
  .about .main1 .content .number_box .block .number { font-size: 28px; }
  .about .main2 .block_box .block.blocks .number { font-size: 22px; }
  .about .main2 .bignumber { margin-top: 20px; }
  .about .main2 .bignumber .number { font-size: 48px; }
  .about .main2 .bignumber .txt { font-size: 32px; margin-top: 15px; }
  .search .main1{padding:60px 0;}
  .search .main1 .search_box { width: 90%; margin: 10px auto 10px; }
  .search .main1 .content .block_box .block { -webkit-box-lines: multiple; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; }
  .search .main1 .content .block_box .block .img { width: 100%; margin-bottom: 10px; }
  .search .main1 .content .block_box .block .txt { width: 100%; }
  .footer .foot_bottom .left_box .txt a { padding-left: 5px; margin-left: 5px; }
  .footer .foot_bottom .left_box .txt a::after { display: none; }
  .index .main2 .content .tag_box .swiper-button-prev,.index .main2 .content .tag_box .swiper-button-next{display: block;}
  .footer .foot_bottom .left_box .txt a:first-child { padding-left: 0; margin-left: 0; } }

@media (max-width: 480px) { .header .head_top { height: 60px; border-bottom: 1px solid #eee; }
  .header .head_top .head_logo { width: 100px; }
  .search .main1{padding:40px 0;}
  .search .inner_title{font-size: 20px;font-weight: bold;}
  .case_details .main1{background-image: none;}
  .header .head_top .right_function .head_search .form_box { width: 100vw; }
  .header .head_top .right_function .head_search .search_btn { width: 40px; }
  .head_mobile_btn2 { border-right: 0; width: 40px; }
  .index .index_banner .swiper_control { padding: 10px; }
  .index .index_banner .swiper-slide { padding: 0; }
  .index .index_banner .swiper-slide .img_txt { width: 200px; }
  .index .index_banner .swiper-slide .txt { padding-left: 40px; padding-right: 20px; font-size: 16px; line-height: 35px; }
  .index .index_banner .swiper-slide .txt::after { border-bottom: 35px solid rgba(102, 102, 102, 0); border-left: 35px solid rgba(191, 45, 47, 0.9); }
  .index .index_banner .swiper_control { padding: 5px; left: 0; }
  .index .index_title .cn { font-size: 16px; margin-top: 5px; }
  .index .index_title .en { font-size: 14px; }
  .index .main5 .mask .txt_box .tag{font-weight: 400;}
  .index .main1 { padding-bottom: 40px; }
  .index .main1 .content { padding: 0; }
  .inner_banner .mask .title{font-size: 20px;}
  .inner_banner .mask .tag{font-size: 16px;}
  .inner_banner .mask .tag p{font-size: 16px !important;}
  .inner_banner .mask .tag span{font-size: 16px !important;}
  .productBigSwiper .swiper-button-prev, .productBigSwiper .swiper-button-next{width: 35px;height: 35px;line-height: 35px;font-size: 12px;}
  .index .main1 .content .bg_img { display: none; }
  .index .main1 .content .content_box { margin-top: 15px; }
  .index .main1 .content .content_box .center1400 .number_box { padding: 0 20px; }
  .index .main1 .content .content_box .center1400 .number_box .block .number { font-size: 20px; }
  .index .main1 .content .content_box .center1400 .number_box .block .number .tag { font-size: 12px; }
  .index .main1 .content .content_box .center1400 .number_box .block .icon{margin-top: 10px;}
  .index .main2 { padding: 30px 0; }
  .index .main2 .content .tag_box { margin-top: 10px; }
  .index .main2 .content .tag_box .img { width: 30px; }
  .index .main2 .content .tag_box .name { margin-top: 10px; font-size: 12px; }
  .index .main2 .content .block_box { margin-top: 20px; }
  .index .main2 .content .block_box .block .txt_box .number { font-size: 22px; }
  .index .main2 .content .block_box .block .txt_box .name { margin-top: 18px; line-height: 1.1; margin-top: 10px; font-size: 18px;}
  .index .main2 .content .block_box .block .txt_box .en { font-size: 16px; }
  .index .main2 .content .block_box .block .txt_box .line_icon { margin-top: 10px; }
  .index .main2 .content .block_box .block .txt_box .abstract { margin-top: 10px; font-size: 12px;}
  .index .main2 .content .block_box .block .txt_box .btn { margin-top: 10px; width: 100px; line-height: 30px;font-size: 12px; }
  .index .main3 { padding-bottom: 30px; }
  .index .main3 .content { margin-top: 10px; }
  .index .main3 .block .mask .txt { font-size: 20px; }
  .index .main3 .block .more_box .name { font-size: 12px; line-height: 30px;padding-left: 0;text-align: center;}
  .index .main3 .block .more_box .more { width: 30px; font-size: 16px; line-height: 30px; }
  .index .main3 .swiper-pagination { padding: 0 5px;display: none; }
  .index .main3 .swiper-button-prev{margin-right: 20px;}
  .index .main4 { padding-bottom: 30px; }
  .index .main4 .content .block img { width: 100%; }
  /* .index .main4 .content .block .txt_box { padding: 5px; } */
  .index .main4 .content .swiper-pagination { padding: 0 5px; display: none;}
  .index .main4 .content .swiper-pagination-bullet{margin:0 4px;}
  .index .main4 .content .swiper-button-prev{margin-right: 20px;}
  .index .main5 .mask .txt_box .name { font-size: 16px;font-weight: 400;margin-top: 5px; }
  .index .main5 .mask .txt_box .abstract{margin-top: 5px;}
  .inner_main { padding: 20px 0; }
  .inner_title .cn { font-size: 18px; margin-top: 5px; }
  .inner_title .en { font-size: 14px; }
  .about .main4 .content{margin-top: 10px;}
  .about .main4 .left_box .tag_box .tag .icon{width: 30px;height: 30px;font-size: 12px;line-height: 30px;}
  .about .main4 .left_box .tag_box .tag .icon .iconfont{font-size: 12px;}
  .inner_banner .mask .tag { line-height: 1.5; }
  .inner_banner .mask .tag span{font-size: 14px !important;}
  .case .main1 .content { margin-top: 10px; }
  .header .head_top .right_function .head_search .form_box input{line-height: 30px;}
  .header .head_top .right_function .head_search .form_box .btn{line-height: 30px;width: 40px;}
  .case .main1 .content .form_box { padding: 10px 0; }
  .case .main1 .content .form_box .item { width: 90%; }
  .case .main1 .content .form_box .item input { line-height: 30px; }
  .case .main1 .content .block_box { margin-top: 20px; }
  .case .main1 .content .block_box .block { width: 100%; }
  .case .main1 .content .block_box .block:nth-child(odd) { margin-right: 0; }
  .case .main1 .content .block_box .block:nth-child(n + 2) { margin-top: 15px; }
  .case .main1 .content .block_box .block .txt_box { padding: 10px 10px 55px 10px; }
  .case .main1 .content .block_box .block .txt_box .name { font-size: 14px; line-height: 18px; max-height: 18px; min-height: 18px; }
  .case .main1 .content .block_box .block .txt_box .more { bottom: 15px; left: 10px; width: 100px; font-size: 14px; line-height: 30px; }
  .case .main1 .content .block_box .block .txt_box .details_txt { margin-top: 5px; }
  .case_details .main1 .content { margin-top: 20px; }
  .case_details .main1 .content .block .video_btn { width: 40px; height: 40px; font-size: 14px; line-height: 36px; }
  .case_details .main1 .content .title_box { padding: 15px 0; }
  .case_details .main1 .content .title_box .name { font-size: 16px; font-weight: 400;}
  .case_details .main1 .content .abstract { padding-top: 10px; }
  .case_details .main1 .content .abstract p { font-weight: 500 !important; }
  .case_details .main1 .content .abstract .back_btn { position: unset; margin-top: 10px; width: 100px; line-height: 38px; font-size: 14px; }
  .case_details .main1 .content .txt p {font-size: 14px !important; line-height: 1.2 !important; font-weight: 500 !important; }
  .case_details .main1 .content .abstract p {font-size: 14px !important; line-height: 1.2 !important; font-weight: 500 !important; }
  .news_details .main1 .content{margin-top: 0;}
  .case_details .main1 .content .swiper-button-next, .case_details .main1 .content .swiper-button-prev { width: 35px; height: 35px; line-height: 35px; font-size: 12px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
  .case_details .main1 .content .swiper-button-next { right: 5px; }
  .case_details .main1 .content .swiper-button-prev { left: 5px; }
  .service .main1 .content { margin-top: 10px; }
  .service .main1 .top1_img .txt_box { padding-left: 20px; }
  .service .main1 .top1_img .txt_box .number { font-size: 20px; }
  .service .main1 .top1_img .txt_box .tag{ font-size: 14px; }
  .service .main1 .block_box { margin-top: 20px; }
  .service .main1 .block_box .block { padding: 10px; }
  .service .main1 .block_box .block .icon { margin-right: 15px; }
  .service .main1 .block_box .block .icon::after { right: -15px; }
  .service .main1 .block_box .block .txt { width: 80%; margin-left: 15px; }
  .service .main1 .block_box .block .txt .name { font-size: 14px; }
  .service .main1 .block_box .block .txt .abstract { margin-top: 10px; }
  .service .main1 .block_box .block .txt .abstract p { line-height: 1.2 !important; font-size: 12px !important;}
  .service .main1 .block_box .block:not(:first-child) { margin-top: 10px; }
  .customer .main1 .content { margin-top: 10px; padding-top: 20px; }
  .customer .main1 .content_box { padding-bottom: 15px; }
  .customer .main1 .content_box .tilte_box { padding: 0 15px; line-height: 42px; font-size: 16px; }
  .customer .main1 .content_box .block_box { margin-top: 15px; }
  .customer .main1 .content_box .block_box .block { width: 49%; font-size: 14px !important; }
  .customer .main1 .content_box .block_box .block:not(:nth-child(3n)) { margin-right: 0; }
  .customer .main1 .content_box .block_box .block:nth-child(n + 3) { margin-top: 10px; }
  .customer .main1 .content_box .block_box .block:nth-child(odd) { margin-right: 2%; }
  .customer .main1 .content_box .block_box .block.blockEnd { min-height: 80px; }
  .customer .main1 .content_box.content_box1 .block_box .block { min-height: 80px; }
  .customer .main1 .content_box:not(:last-child) { margin-bottom: 15px; }
  .news .main1 .content { margin-top: 10px; }
  .news .main1 .content .top1_img .block .txt_box { padding: 10px; }
  .news .main1 .content .top1_img .block .txt_box .name { font-size: 14px; line-height: 22px; max-height: 44px; min-height: 44px; }
  .news .main1 .content .top1_img .block .txt_box .time { margin-top: 15px; }
  .news .main1 .content .bottom_box { margin-top: 15px; }
  .news .main1 .content .bottom_box .block { line-height: 48px; }
  .news .main1 .content .bottom_box .block .name { font-size: 14px; }
  .news .main1 .content .top1_img .block .abstract{ font-size: 12px; }
  .news_details .main1 .content .left_box { margin-top: 20px; border-right: 0;}
  .news_details .main1 .content .left_box .title_box { padding: 10px 0; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .news_details .main1 .content .left_box .title { font-size: 18px; line-height: 1.2; max-width: 100%; margin-bottom: 10px; }
  .news_details .main1 .content .left_box .details_txt { padding: 10px 0; }
  .news_details .main1 .content .left_box .back_btn { margin-top: 20px; width: 150px; line-height: 40px; }
  .switch .line { font-size: 14px; }
  .switch .line .tag { padding-right: 15px; }
  .switch .line .name { width: 55%; }
  .switch .line .time { font-size: 14px !important; }
  .contact .main1 .content { margin-top: 10px; }
  .contact .main1 .block .title_box .title { font-weight: 500; padding-bottom: 10px;font-size: 16px; }
  .contact .main1 .block .txt_box p { font-size: 14px !important; line-height: 1.5 !important; font-weight: 500 !important; }
  .contact .main1 .block .txt_box span { font-size: 14px !important; line-height: 1.5 !important; font-weight: 500 !important; }
  .contact .main2 #map { height: 200px; }
  .about .main1 .content { margin-top: 10px; }
  .about .main1 .content .tag { text-align: left; font-size: 12px; }
  .about .main1 .content .img_box { margin-top: 20px; }
  .about .main1 .content .img_box .txt_box .cn { font-size: 12px; }
  .about .main1 .content .img_box .txt_box .time { margin-top: 15px; font-size: 16px; letter-spacing: 1px; }
  .about .main1 .content .img_box .txt_box .time .icon { width: 150px; }
  .about .main1 .content .abstract p,.about .main1 .content .abstract span{font-size: 12px !important;}
  .about .main1 .content .abstract { margin-top: 0; }
  .about .main1 .content .abstract P { text-align: left !important; }
  .about .main1 .content .number_box { margin-top: 20px; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .about .main1 .content .number_box .block { width: 33%; }
  .about .main1 .content .number_box .block .number { font-size: 20px; }
  .about .main1 .content .number_box .block .number .symbol { font-size: 14px; }
  .about .main2 .tag{ font-size: 14px;margin-top: 5px; }
  
  .about .main1 .content .number_box .block .txt { margin-top: 10px;font-size: 12px; }
  .about .main1 .content .number_box .block:nth-child(n + 4) { margin-top: 15px; }
  .about .main2 .content { margin-top: 10px; }
  .about .main2 .block_box .block.blocks .number { font-size: 14px; }
  .about .main2 .block_box .block .line_icon { margin-top: 10px; }
  .about .main2 .bignumber { margin-top: 20px; }
  .about .main2 .bignumber .number { font-size: 24px;letter-spacing: 1px-; }
  .about .main2 .bignumber .txt { font-size: 16px; margin-top: 5px; line-height: 1.1; }
  .about .main2 .bignumber .swiper-button-next, .about .main2 .bignumber .swiper-button-prev { font-size: 28px; }
  .about .main3 .content { margin-top: 10px; }
  .about .main3 .content .tag { font-size: 14px; }
  .about .main3 .content .block_box { margin-top: 15px; }
  .about .main3 .content .swiper-slide .txt { font-size: 14px; line-height: 40px; }
  .about .main3 .content .swiper-button-next { right: 15px; top: 30%; }
  .about .main3 .content .swiper-button-prev { left: 15px; top: 30%; }
  .about .main3 .content .swiper-pagination { margin-top: 15px; display: none;}
  .about .main4 .left_box .tag_box .tag .name { font-size: 14px; }
  .product .main1 .content .left_box .title_box .bg_img { height: 90px; }
  .product .main1 .content .left_box .title_box .title .cn { font-size: 18px; }
  .product .main1 .content .right_box .bigimg_box .block_box .block .mask .btn { width: 80px; line-height: 30px; }
  .product .main1 .content .right_box .bigimg_box .block_box .block .mask .btn .iconfont { font-size: 14px; margin-right: 5px; }
  .footer .foot_top { padding: 10px 20px; }
  .footer .foot_top .foot_nav .line { font-size: 14px; }
  .footer .foot_top .foot_nav .line:not(:first-child) { padding-left: 5px; margin-left: 5px; }
  .footer .foot_bottom { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 15px 0; }
  .footer .foot_bottom .left_box { width: 100%; margin-bottom: 10px; font-size: 12px; line-height: 22px; }
  .footer .foot_bottom .left_box .txt span { display: block; }
  .footer .foot_bottom .right_box .line_title { line-height: 40px; }
  .index .main1 .content .content_box .center1400 .number_box .block .txt{font-size: 14px;}
  .index .main5 .index_title{padding: 5px;}
  .footer .foot_bottom .right_box .link_box .line { line-height: 40px; } }

  .product .main1 .left_box .link_box .link{font-size: 12px;}
  .product .main1 .content .right_box .video_box .txt_box .txt{font-size: 18px;}

  .product .main1 .content .right_box .product_title{font-size: 18px;}


/* 10-23新增 */
.caseDetailmain .main1{background: none;padding: 0 !important;}
.caseDetailmain .main1 .right_box{width: 100% !important;}
.casedeta_play {
  cursor: pointer;
  position: absolute;
  width: 85px;
  height: 85px;
  z-index: 3;
  color: #fff;
  font-size: 16px;
  line-height: 81px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: solid 2px rgba(255, 255, 255, 0.3);
}
.casedeta_play:hover { border: 2px solid #bf2d2f; color: #bf2d2f; }
.right_box .img_box .productBigSwiper .img{border-radius: 16px;overflow: hidden;}
.right_box .img_box .productBigSwiper .img img{width: 100%;height: 720px;}
/* 右边浮窗 */
.right-flex {
  width: 45px;
  position: fixed;
  top: 80%;
  right: 0;
  z-index: 10;
  height: auto;
  margin-top: -201px;
  /* display: none; */
}

.right-flex ul {
  width: 100%
}

.right-flex li {
  margin-bottom: 5px;
  position: relative;
  width: 45px;
  height: 45px;
  float: right;
  line-height: 45px;
  background: #bf2d2f;
  transition: width .3s, background .3s, margin .3s
}

.right-flex li .iconfont {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  transition: right .3s;
  font-size: 28px;
  color: #fff;
  text-align: center;

}

.right-flex li a {
  display: block;
  width: 100%;
  height: 100%
}

.right-flex li p {
  font-size: 15px;
  color: #fff;
  line-height: 45px;
  padding: 0 20px;
  transition: transform .3s
}

.right-flex li.one {
  width: 140px;
  margin-right: -95px
}

.right-flex li.one .iconfont,
.right-flex li.two .iconfont,
.right-flex li.li-three .iconfont,
.right-flex li.li-four .iconfont {
  left: 0
}

.right-flex li.one p,
.right-flex li.two p,
.right-flex li.li-three p,
.right-flex li.li-four p {
  padding: 0 20px 0 45px
}

.right-flex li.two {
  width: 200px;
  margin-right: -155px
}

.solution-ys-cont_box{
  background-color: #f2f3f5;
}
@media(min-width:1025px) {
  .right-flex li:hover {
      width: 55px;
      background: #FF3B0D;
  }
  .right-flex li:hover .iconfont,
  .right-flex li.one:hover .iconfont,
  .right-flex li.two:hover .iconfont,
  .right-flex li.li-three:hover .iconfont,
  .right-flex li.li-four:hover .iconfont{
      right: 0;
      left: auto
  }
  .right-flex li.one:hover {
      margin-right: 0;
      width: 140px
  }
  .right-flex li.two:hover {
      margin-right: 0;
      width: 200px
  }
  .right-flex li.li-three:hover {
      margin-right: 0;
      width: 275px
  }
  .right-flex li.li-four:hover {
      margin-right: 0;
      width: 200px;
  }
  .right-flex li.one:hover p,
  .right-flex li.two:hover p,
  .right-flex li.li-three:hover p{
      padding: 0 20px;
  }
  .right-flex li.li-four:hover p{
      padding: 0 48px 0 0;
  }
}
.caseDetailmain .right_box .img_box .productBigSwiper .img img{height: 785px;}
@media(max-width:1220px) {
  .right_box .img_box .productBigSwiper .img img{height: auto !important;}
}

@media(max-width:750px) {
  .right-flex .two,.right-flex .li-four{
      display: none !important;
  }
  .solution-ys .solution-ys-cont{
      margin-top: 0;

  }
  .solution-ys-cont_box{
      background-color: #fff;
  }
}

@media (max-width: 768px){
  .casedeta_play{
    width: 60px;
    height: 60px;
    line-height: 56px;
  }
}

@media (max-width: 480px){
  .casedeta_play{
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 36px;
  }
  .product .main1 .right_box .txt_box p {font-size: 14px !important;}
  .product .main1 .right_box .txt_box span{font-size: 14px !important;}
}






.jvectormap-label {
  position: absolute;
  display: none;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
/* opacity: 0.9; */
  padding: 6px 13px;
/* box-shadow: 20px 20px 25px 5px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 20px 20px 25px 5px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 20px 20px 25px 5px rgba(0, 0, 0, 0.4); */
}

.jvectormap-zoomin, .jvectormap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #969696;
  padding: 3px;
  color: white;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
opacity: 0.3;
-webkit-transition: opacity .25s linear;
}

.jvectormap-zoomin:hover, .jvectormap-zoomout:hover {
opacity: 0.8;
-webkit-transition: opacity .25s linear;
}

.jvectormap-zoomin:active, .jvectormap-zoomout:active {
opacity: 1;
-webkit-transition: opacity .25s linear;
}

.jvectormap-zoomin {
  top: 10px;
}

.jvectormap-zoomout {
  top: 30px;
}
@media (max-width: 768px){    .details_txt img,.table_box img{height: auto !important;}}



