
/*--公共部分--*/
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; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button, img { padding: 0; margin: 0; font-weight: 400; }

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; }

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 { outline: none; }

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; }

input:-webkit-autofill { -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important; }

.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; }

.removeStyle { margin: 0px; padding: 0px; list-style: none; }

.removeStyle li { list-style: none; margin: 0px; padding: 0px; }

.removeStyle dd { list-style: none; margin: 0px; padding: 0px; }

.removeStyle 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 20px; }

.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: 950px; } }

@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: 1180px; } }

@media (min-width: 1460px) { .commonweb { max-width: 1380px; } }

@media (min-width: 1660px) { .commonweb { max-width: 1560px; } }

@media (min-width: 2000px) { .commonweb { max-width: 1800px; } }

/* 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(/dist/css/"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(/dist/css/"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(/dist/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(/dist/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(/dist/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; }

.defaArticleDetails { font-size: 14px; line-height: 24px; }

.defaArticleDetails p { margin-bottom: 10px; }

.defaArticleDetails 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; }

.headerBlack .nav ul li > a.active{color:#eb6428;}

.defaPrevNextpage p:nth-child(2) span:after { border-bottom: none; border-top: 5px solid #000000; }

.social-share .icon-wechat .wechat-qrcode { display: none; border: 1px solid #eee; position: fixed; z-index: 999; top: 50%; left: 50%; width: 200px; height: 192px; margin-top: -96px; margin-left: -100px; 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-transition: all 200ms; transition: all 200ms; -webkit-tansition: all 350ms; -moz-transition: all 350ms; }

.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: 105px; margin: 10px 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; width: 100%; }

.social-share .icon-wechat .wechat-qrcode .closeWechat { position: absolute; right: 5px; top: 5px; width: 16px; height: 16px; z-index: 9; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.social-share .icon-wechat .wechat-qrcode .closeWechat:after { width: 2px; height: 100%; position: absolute; left: 50%; margin-left: -1px; content: ''; display: block; background: #666; }

.social-share .icon-wechat .wechat-qrcode .closeWechat::before { width: 100%; height: 2px; position: absolute; top: 50%; margin-top: -1px; content: ''; display: block; background: #666; }

@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; } }



.hideContent { opacity: 0; visibility: hidden; -webkit-transition: all .4s ease; transition: all .4s ease; }

.showContent { opacity: 1; visibility: visible; }

.hideScroll { overflow: hidden; }

.logoMask { position: fixed; z-index: 999; width: 100%; height: 100%; left: 0px; top: 0px; overflow: hidden; display: none; }

.logoMask span { margin-top: -50%; padding-top: 100%; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 1s linear; transition: all 1s linear; background-image: url(/dist/images/img_01.png); background-repeat: no-repeat; background-position: center; background-size: 100%; position: absolute; left: 0px; top: 50%; width: 100%; content: ''; }

.logoMask span:after { width: 100%; height: 600%; bottom: -570%; content: ''; left: 0px; background: #fff; position: absolute; }

.logoMask span::before { width: 100%; height: 600%; top: -570%; content: ''; left: 0px; background: #fff; position: absolute; }

.logoMaskHide span { opacity: 0; }

.logoMask.hidden { display: none; }

.logoMask ul { position: absolute; left: 0px; top: 5%; bottom: 5%; -webkit-transition: all 1s linear; transition: all 1s linear; z-index: 2; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.logoMask ul li { width: 100%; text-align: center; padding-right: 0%; 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; }

.logoMask ul li img { display: block; margin: 0px auto; max-width: 50%; visibility: hidden; }

.logoMask ul li:nth-child(3) { padding-right: 0px; padding-left: 0%; }

.logoMask.active span { -webkit-transform: scale(10); -ms-transform: scale(10); transform: scale(10); }

.logoMask.active ul { -webkit-transform: translateY(-50%) scale(10); -ms-transform: translateY(-50%) scale(10); transform: translateY(-50%) scale(10); }

.navBtnBox { position: fixed; left: 0px; height: 100%; width: 50px; z-index: 993; background: #000000; display: none; }

.navBtnBoxBg { background: #fff; }

.navBtnBoxBg .navBtn span { background: #eb6428; }

.navBtnBoxBg .scrollTop { display: none; }

.navBtn { position: absolute; width: 20px; height: 13px; top: 100px; left: 10px; cursor: pointer; }

.navBtn .txt{ position: absolute; left: 0;font-size: 12px;color: #fff; top:calc(100% + 2px);}

.navBtn span { height: 3px; width: 100%; position: absolute; left: 0px; background: #fff; -webkit-transition: all .4s ease; transition: all .4s ease; }

.navBtn span:nth-child(1) { width: 10px; top: 0px; }

.navBtn span:nth-child(2) { width: 14px; top: 5px; }

.navBtn span:nth-child(3) { top: 10px; }

.navBtn:hover span { width: 100%; background: #eb6428; }

.navBtnClose span:nth-child(1) { width: 100%; top: 5px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.navBtnClose span:nth-child(2) { display: none; }

.navBtnClose span:nth-child(3) { top: 5px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.mNavBtn { float: right; position: relative; width: 20px; height: 20px; cursor: pointer; margin-top:20px; }

.mNavBtn span { height: 3px; width: 100%; position: absolute; left: 0px; background: #333; -webkit-transition: all .4s ease; transition: all .4s ease; }

.mNavBtn span:nth-child(1) { top: 1px; }

.mNavBtn span:nth-child(2) { top: 8px; }

.mNavBtn span:nth-child(3) { top: 16px; }

.mNavBtnClose span:nth-child(1) { top: 8px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.mNavBtnClose span:nth-child(2) { display: none; }

.mNavBtnClose span:nth-child(3) { top: 8px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.popuNavBox { position: fixed; z-index: 991; width: 100%; height: 100%; left: -100%; -webkit-transition: all .4s ease; transition: all .4s ease; top: 0px; background-color: rgba(0, 0, 0, 0.6);}

.popuNavBox .mask{background: #eb6428 url(../images/img_19.png) no-repeat 95% center; background-size: auto 90%; overflow: hidden; width: 40%;position: relative;height: 100%;}

.popuNavHeader { position: absolute; left: 0px; top: 0px; padding-top: 30px; width: 100%; padding-left: 50px; }

.popuNavHeader .language span { background-color: rgba(109, 109, 109, 0.2); border: 2px solid #bd5020; }

.popuNavHeader .searchbox form { border: 2px solid #fff; }

.popuNav { position: absolute; width: 100%; left: 0px; top: 15%; padding-left: 50px; }

.popuNav dl dd { float: left; width: 50%; }

.popuNav dl dd:nth-child(3){
  width: 100%;
}

.popuNav dl dd .popuNavList h3 { font-size: 22px; color: #fff; line-height: 50px; }

.popuNav dl dd .popuNavList h3 a { color: #fff; }

.popuNav dl dd .popuNavList p { max-height: 0px; overflow: hidden; }

.popuNav dl dd .popuNavList p a { font-size: 16px; padding: 0px 20px; display: inline-block; color: #ffce8a; line-height: 40px; -webkit-border-radius: 40px; border-radius: 40px; }

.popuNav dl dd .popuNavList p a:hover { background: #e23d11; color: #ffe8c9; }

.popuNav dl dd .popuNavList:hover h3 { color: #ff9556; }

.popuNav dl dd .popuNavList:hover h3 a { color: #ff9556; }

.popuNav dl dd .popuNavList:hover p { max-height: 300px; }

.popuNavFooter { position: absolute; left: 0px; bottom: 10%; width: 100%; padding-left: 50px; }

.popuNavFooter dt { float: left; padding-right: 20px; }

.popuNavFooter dt a { display: inline-block; margin-left: 10px; width: 36px; height: 36px; background-color: rgba(255, 255, 255, 0.2); background-position: center; background-repeat: no-repeat; -webkit-border-radius: 100%; border-radius: 100%; }

.popuNavFooter dt a.weixin { background-image: url(/dist/images/img_20.png); }

.popuNavFooter dt a.weibo { background-image: url(/dist/images/img_21.png); }

.popuNavFooter dt a.tuite { background-image: url(/dist/images/img_22.png); }

.popuNavFooter dd { font-size: 14px; color: #ffce8a; float: left; }

.popuNavFooter dd span { color: #ffce8a; background-position: left 6px; display: inline-block; background-repeat: no-repeat; padding-left: 20px; line-height: 30px; margin-left: 20px; }

.popuNavFooter dd span.address { background-image: url(/dist/images/img_23.png); margin: 0px; }

.popuNavFooter dd span.tel { background-image: url(/dist/images/img_24.png); }

.popuNavFooter dd span.Email { background-image: url(/dist/images/img_25.png); }

.popuNavShoW { left: 0px; }

.popuNavNews { width: 500px; min-height: 600px; max-width: 100%; background-color: rgba(192, 60, 17, 0.4); padding: 40px 30px; -webkit-border-radius: 10px; border-radius: 10px; position: relative; }

.popuNavNews h3 { padding-bottom: 10px; }

.popuNavNews h3 span { color: #e54e1c; font-size: 24px; display: block; width: 144px; height: 54px; line-height: 54px; text-align: center; background: #fff; -webkit-border-radius: 10px; border-radius: 10px; }

.popuNavNewsList { overflow: hidden; position: relative; }

.popuNavNewsList ul li p { border-bottom: 1px solid #fff; padding: 25px 0px; }

.popuNavNewsList ul li p a { display: block; font-size: 16px; color: #fff; display: -webkit-box; line-height: 24px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.popuNavNewsListDot { position: absolute; left: 60px; right: 60px; bottom: 60px; z-index: 20; }

.popuNavNewsListDot span { display: inline-block; background-color: rgba(255, 255, 255, 0.2); opacity: 1; margin-right: 10px; -webkit-border-radius: 0px; border-radius: 0px; width: 30px; height: 30px; line-height: 30px; color: #fff; text-align: center; }

.popuNavNewsListDot span.swiper-pagination-bullet-active { background: #fff; color: #e54e1c; }

.scrollTop { position: absolute; left: 0px; bottom: 90px; width: 100%; height: 47px; animation: arrow 1.5s infinite linear; -webkit-animation: arrow 1.5s infinite linear; background: url(/dist/images/img_03.png) no-repeat; background-position: center 47px; background-size: auto 100%; cursor: pointer; }

@keyframes arrow { 0% { background-position: center 47px; }
  50% { background-position: center -47px; }
  100% { background-position: center -47px; } }

@-webkit-keyframes arrow { 0% { background-position: center 47px; }
  50% { background-position: center -47px; }
  100% { background-position: center -47px; } }

.header { position: fixed; left: 0px; top: 0px; right: 0px; z-index: 22; background: #fff; border-bottom: 1px solid #eed; }

.header.head2 { position: fixed; left: 0px; top: 0px; right: 0px; z-index: 22; background: #fff; border-bottom: 1px solid #eed; }

.logo { display: block; float: left; }

.logo img { height: 30px;margin-top:15px;}

.logo .white { display: none; }

.logo .black { display: block; }
.commonwebNav{max-width:100% !important;}

.nav { display: none; position: fixed; left: 0px; top: 60px; z-index: 999; width: 100%; height: 100%; overflow-y: auto; background: #FFF; border-top: 1px solid #eee; }

.nav ul { padding: 30px 30px 120px; }

.nav ul li { border-bottom: 1px solid #eee; padding: 5px 0; position: relative; }

.headerBlack .nav ul li.active> a{color: #eb6428;}

.nav ul li p { display: none; position: absolute; width: 50%; right: 0; top: 10px; height: 45px; }

.nav ul li p::after { content: ' '; position: absolute; right: 20px; top: -webkit-calc(50% - 10px); top: calc(50% - 10px); width: 10px; height: 10px; -webkit-transform: rotateZ(45deg) translateY(-50%); -ms-transform: rotate(45deg) translateY(-50%); transform: rotateZ(45deg) translateY(-50%); border-right: 1px solid #333; border-bottom: 1px solid #333; }

.header .nav ul li:hover .down { background-color: #fff; max-height: 50vh;  border-top: 0; }

.nav ul li .down { position: absolute; top: -webkit-calc(100% + 1px); top: calc(100% + 1px); left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background-color: transparent;  border-top: 0; max-height: 0; overflow: hidden; -webkit-transition: all 1s; transition: all 1s; box-shadow: 0px 2px 5px rgba(0,0,0,0.15); }

.nav ul li .down .line { line-height: 40px; text-align: center; font-size: 16px; white-space: nowrap; padding: 0 20px; display: block; transition:all 0.4s;}

.nav ul li .down .line:hover{background: #f5f5f5;color:#eb6428;}

.nav ul li > a { display: block; font-size: 16px; color: #333; line-height: 45px; padding: 0px 10px; }

.header .nav ul li:hover > a{ color:#eb6428;}

.language { float: right; margin-left: 30px; padding-top: 25px;  position: relative; }

.language img { display: block; width: 23px; height: auto; filter: grayscale(1) brightness(500%); }

.language .down { display: none; position: absolute; right: 50%;-webkit-transform: translateX(50%);-ms-transform: translateX(50%); transform: translateX(50%); top: -webkit-calc(100% + 10px); top: calc(100% + 10px); background-color: #fff; border: 1px solid #cdcccc; width: 85px;    padding: 5px 0px;border-radius: 10px; }

.language .down .line { display: block; line-height: 28px;font-size: 13px;text-align: center; }

.language span { display: block; width: 87px; line-height: 26px; -webkit-border-radius: 30px; border-radius: 30px; padding: 0px 0px 0px 10px; color: #fff; font-weight: 700; border: 2px solid #777979; background: rgba(109, 109, 109, 0.2); position: relative; cursor: pointer; }

.language span::after { content: ''; position: absolute; right: 5px; top: -webkit-calc(50% + 1px); top: calc(50% + 1px); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; }


.search { float: right; padding-left: 15px; padding-top: 25px; position: relative; }

.search span { display: block; cursor: pointer; width: 20px; height: 20px; background: url(/dist/images/img_004.png) no-repeat center; background-size: auto 100%; }

.searchbox { position: fixed; left: 0; right: auto; top: 60px; z-index: 200; padding: 10px; line-height: 1; width: 100%; display: none; }

.searchbox form { position: relative; display: block; width: 100%; font-size: 0; border: 2px solid #eb6428; -webkit-border-radius: 5px; border-radius: 5px; overflow: hidden; }

.searchbox form input.search_Textbox { width: 100%; height: 40px; line-height: 40px; padding: 0 90px 0 15px; font-size: 14px; color: #666; vertical-align: middle; background: #fff; }

.searchbox form input.search_btn { position: absolute; top: 0; right: 0; z-index: 10; width: 80px; height: 100%; background: url(/dist/images/img_04.png) #eb6428 no-repeat center center; }

.search span.searchBtnClose { background: url(/dist/images/close_02.png) no-repeat center; }

.banner { position: fixed; z-index: 1; width: 100%; height: 100%; overflow: hidden; }

.banner ul li { overflow: hidden; }

.banner ul li .bannerImg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; }

.banner ul li .bannerImg::before { background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0))); background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%); position: absolute; width: 100%; content: ''; left: 0px; top: 0px; height: 70vh; }

.banner ul li video { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; z-index: 10; }

.bannerText { position: absolute; left: 0px; bottom: 30%; width: 100%; z-index: 10; }

.bannerText h3 { color: #ffffff; font-size: 24px; font-weight: 700; line-height: 1.2; }

.bannerText p { font-size: 14px; color: #fff; font-weight: 700; padding-top: 5px; }

.bannerDot { position: absolute; left: 0px; bottom: -webkit-calc(30% - 40px); bottom: calc(30% - 40px); width: 100%; z-index: 20; }

.bannerDot span { display: inline-block; width: 8px; height: 8px; background: #fff; margin-right: 5px; border: 1px solid transparent; opacity: 1; }

.bannerDot span.swiper-pagination-bullet-active { border-color: #fff; background: none; }

.OneScreen { height: 100vh; }

.indexAboutBox { position: relative; z-index: 20; }

.indexAboutBox dl .indexAbout { padding: 30px 20px; }

.indexAboutBox dl .indexAbout h3 { color: #fff; font-size: 18px; font-weight: 700; line-height: 24px; }

.indexAboutBox dl .indexAbout .icon { height: 20px; background: url(/dist/images/img_06.png) no-repeat; background-size: auto 100%; margin-top: 10px; }

.indexAboutBox dl .indexAbout .link { padding-top: 15px; line-height: 32px; }

.indexAboutBox dl .indexAbout .link a { display: block; color: #ffaf76; font-size: 14px; }

.indexAboutBox dl .indexAbout .link a:hover { color: #fff; }

.indexAboutBox dl .indexAbout .btn { padding-top: 20px; }

.indexAboutBox dl .indexAbout .btn a { display: block; width: 100px; line-height: 40px; font-weight: 700; text-align: center; background: #fff; -webkit-border-radius: 40px; border-radius: 40px; color: #1d428d; font-size: 14px; }

.indexAboutBox dl dt .indexAbout { background: #eb6428; }

.indexAboutBox dl dd .indexAbout { background: #1d428d; }

.main { position: relative; z-index: 20; background: #fff; padding: 40px 0px 0px; }

.NoticeListBox { border: 1px solid #000000; border-left: none; border-right: none; padding-bottom: 35px; }

.NoticeListBox h3 { position: relative; font-size: 16px; color: #000000; font-weight: 700; padding: 10px 0px; border-bottom: 1px solid #e5e5e5; }

.NoticeListBox h3 a { float: right; display: block; font-size: 12px; background: url(/dist/images/img_07.png) no-repeat right center; padding-right: 30px; }

.NoticeListBox h3 img { width: 90px; display: block; position: absolute; opacity: 0; left: 0px; top: 10px; }

.NoticeListBox h3 span { opacity: 1; }

.header .commonweb{max-width:100% !important;padding:0 40px;}

/*.NoticeListBox h3:hover img { opacity: 1; }*/

.NoticeListBox h3:hover span { color:#eb6428; }

.NoticeList { margin-top: 20px; overflow: hidden; position: relative; }

.NoticeList ul li { border-right: 1px solid #e5e5e5; padding-right: 10px; width: 25%; }

.NoticeList ul li h4 { font-size: 16px; color: #000000; font-weight: 700; display: -webkit-box; height: 48px; line-height: 24px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.NoticeList ul li .desc { color: #000000; font-size: 12px; margin-top: 10px; display: -webkit-box; height: 40px; line-height: 20px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.NoticeList ul li .time { font-size: 12px; color: #000; padding-top: 15px; font-weight: 700; }

.NoticeList ul li:last-child { border-right: none; }

.NoticeList ul li:hover h4 { color: #eb6428; }

.indexActivityList h3 { position: relative; font-size: 16px; color: #000000; font-weight: 700; padding: 10px 0px; border-bottom: 1px solid #e5e5e5; }

.indexActivityList h3 a { float: right; display: block; font-size: 12px; background: url(/dist/images/img_07.png) no-repeat right center; padding-right: 30px; }

.indexActivityList h3 img { width: 90px; display: block; position: absolute; opacity: 0; left: 0px; top: 10px; }

.indexActivityList h3 span { opacity: 1; }

/*.indexActivityList h3:hover img { opacity: 1; }*/

/*.indexActivityList h3:hover span { opacity: 0; }*/
.indexActivityList h3:hover span { color:#eb6428; }

.indexActivityList ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 20px 0px 0px; }

.indexActivityList ul li { width: 100%; padding: 0px 0px 30px; display:none; }

.indexActivityList ul li .Img { overflow: hidden; position: relative; }

.indexActivityList ul li .Img img { width: 100%; display: block; }

.indexActivityList ul li .Img span { width: 120px; height: 120px; left: 50%; top: 50%; -webkit-border-radius: 100%; border-radius: 100%; position: absolute; -webkit-transform: translate(-50%, -50%) scale(1.5); -ms-transform: translate(-50%, -50%) scale(1.5); transform: translate(-50%, -50%) scale(1.5); opacity: 0; -webkit-transition: all .4s ease; transition: all .4s ease; -webkit-box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.6); box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.6); }

.indexActivityList ul li .Img span::after { content: ''; width: 30px; height: 30px; margin: -15px 0px 0px -15px; position: absolute; left: 50%; top: 50%; background: url(/dist/images/logo3.png) no-repeat center; background-size: cover; }

.indexActivityList ul li h4 { font-size: 16px; font-weight: 700; color: #000000; display: -webkit-box; height: 48px; line-height: 24px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-top: 15px; }

.indexActivityList ul li .desc { color: #000000; line-height: 20px; font-size: 12px; margin-top: 10px; }

.indexActivityList ul li .time { font-size: 12px; font-weight: 700; color: #000; margin-top: 15px; }

.indexActivityList ul li:nth-child(3n) { border-right: none; }

.indexActivityList ul li:nth-child(-n+3) { display:block; }

.indexActivityList ul li:hover h4 { color: #eb6428; }

.indexActivityList ul li:hover .Img span { -webkit-transform: translate(-50%, -50%) scale(1); -ms-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); opacity: 1; }

.understandBox { min-height: 100vh; 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; overflow: hidden; position: relative; }

.understandBox .commonweb { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; position: relative; z-index: 10; }

.understandBox video { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; z-index: 5; }

.understandBg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 3; }

.understandBg ul li { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-attachment: fixed; background-size: cover; opacity: 0; -webkit-transition: all .3s ease; transition: all .3s ease; }

.understandBg ul li.understandShow { opacity: 1; }

.understandHide { opacity: 0; -webkit-transition: all .3s ease; transition: all .3s ease; }

.understand { width: 50%; padding-right: 60px; }

.understand h3 { font-size: 60px; color: #ffffff; font-weight: 700; line-height: 1.2; }

.understand .desc { color: #fff; font-size: 16px; line-height: 24px; padding-top: 30px; }

.understand .btn { padding-top: 50px; }

.understand .btn a { display: block; width: 160px; line-height: 50px; font-weight: 700; text-align: center; background: #fff; -webkit-border-radius: 50px; border-radius: 50px; color: #000000; font-size: 14px; }

.understandList { width: 330px; padding-top: 100px; }

.understandList h3 { font-size: 20px; color: #ffffff; font-weight: 700; line-height: 1.2; padding-bottom: 35px; }

.understandList ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0px -5px; }

.understandList ul li { width: 50%; padding: 0px 5px 10px; }

.understandList ul li a { display: block; height: 160px; background: rgba(83, 83, 83, 0.2); border: 1px solid rgba(255, 255, 255, 0.2); -webkit-border-radius: 30px; border-radius: 30px; position: relative; -webkit-transition: all .4s ease; transition: all .4s ease; }

.understandList ul li a p { font-size: 14px; text-align: center; color: #fff; font-weight: 700; width: 100%; position: absolute; top: 60px; }

.understandList ul li a::after { width: 18px; height: 18px; content: ''; background: url(/dist/images/img_27.png) no-repeat; background-size: cover; position: absolute; bottom: 40px; left: 50%; margin-left: -12px; }

.understandList ul li a p span { display: none; }

.understandList ul li.active a { background: #eb6428; border: 1px solid #d2541c; }

.understandList ul li.active { bottom: 25px; top: auto; text-align: left; padding: 0px 20px; }

.understandList ul li.active span { font-weight: 400; display: block; }

.understandList ul li.active a::after { right: 20px; top: 20px; left: auto; bottom: auto; }

.footer { overflow: hidden; position: relative; padding: 20px 0px 30px; background: #f4f3f2; z-index: 20; }

.footer dl dt { padding-bottom: 20px; }

.footer dl dt img { height: 30px; }

.footerShare a { display: inline-block; margin-right: 10px; width: 36px; height: 36px; background-color: #fff; background-position: center; background-repeat: no-repeat; -webkit-border-radius: 100%; border-radius: 100%; }

.footerShare a.weixin { background-image: url(/dist/images/img_13.png); }

.footerShare a.weibo { background-image: url(/dist/images/img_14.png); }

.footerShare a.tuite { background-image: url(/dist/images/img_15.png); }

.footerNav { padding-top: 10px; padding-bottom: 15px; }

.footerNav a { color: #000; font-weight: 700; font-size: 14px; line-height: 28px; }

.footerAddress { font-size: 14px; color: #282828;  }

.footerAddress span { display: block; color: #282828; background-position: left 6px; background-repeat: no-repeat; padding-left: 20px; line-height: 30px; margin-left: 0px; }

.footerAddress span.address { background-image: url(/dist/images/img_16.png); margin: 0px; }

.footerAddress span.tel { background-image: url(/dist/images/img_17.png); }

.footerAddress span.Email { background-image: url(/dist/images/img_18.png); }

.footerCopyright { font-size: 14px; color: #282828; }

/*--新利体育官网登录ku酷游官网ku112--*/
.locationTitle { padding-top: 85px; padding-bottom: 0px; }

.locationTitle dt a { position: relative; padding-right: 25px; font-size: 12px; }

.locationTitle dt a::after { content: ''; -webkit-border-radius: 4px; border-radius: 4px; width: 3px; height: 3px; background: #333333; position: absolute; right: 8px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.locationTitle dt a:last-child { padding-right: 0px; }

.locationTitle dt a:last-child::after { display: none; }

.locationTitle dd { font-size: 24px; font-weight: 700; line-height: 1.2; padding-top: 10px; }

.singleBanner { position: relative; overflow: hidden; }

.singleBanner img { width: 100%; display: block; }

.commonTitle { padding: 20px 0px 10px; border-bottom: 1px solid #000000; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.commonTitle dt { font-size: 20px; line-height: 54px; font-weight: 600; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.commonTitle dd { padding-top: 12px; }

.commonTitle dd a { display: inline-block; width: 36px; height: 36px; background-repeat: no-repeat; background-position: center; }

.commonTitle dd a.icon-wechat { background-image: url(/dist/images/img_13.png); }

.commonTitle dd a.icon-weibo { background-image: url(/dist/images/img_14.png); }

.commonTitle dd a.icon-twitter { background-image: url(/dist/images/img_15.png); }

/*--办学理念--*/
.idea { position: relative; overflow: hidden; }

.idea ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 1px; }

.idea ul li { width: 100%; padding: 20px 10px; margin-bottom: -1px; border: 1px solid #dcdcdc; text-align: center; }

.idea ul li:hover img { -webkit-transform: rotateY(360deg); transform: rotateY(360deg); }

.idea ul li .icon img { height: 45px; display: block; margin: 0px auto; -webkit-transition: all .5s; transition: all .5s; }

.idea ul li h3 { font-size: 16px; color: #333333; font-weight: 700; padding-top: 15px; }

.idea ul li .desc { font-size: 12px; line-height: 20px; padding-top: 10px; color: #343434; padding: 5px 10px 0px; }

.ideaDesc { padding: 20px 0px 40px; text-align: center; }

.ideaDesc dl { padding: 100px 20px 100px; background-position: center; background-repeat: no-repeat; background-size: cover; }

.ideaDesc dl dd { font-size: 18px; line-height: 30px; display: inline-block; color: #fff; font-weight: 600; position: relative; }

.ideaDesc dl dd::after { width: 60px; height: 60px; right: 0%; bottom: -65px; position: absolute; content: ''; display: block; background: url(/dist/images/img_37.png) no-repeat; background-size: cover; }

.ideaDesc dl dd::before { width: 60px; height: 60px; left: 0%; top: -60px; position: absolute; content: ''; display: block; background: url(/dist/images/img_36.png) no-repeat; background-size: cover; }

.popuNav dl dd:first-child{padding-left:30px;}

/*--校园环境--*/
.schoolLocation { padding-top: 25px; }

.schoolLocation dl dt img { width: 100%; display: block; }

.schoolLocation dl dd { border-bottom: 1px solid #000000; }

.schoolLocation dl dd h3 { font-size: 18px; padding: 20px 0px 15px; font-weight: 700; color: #333333; border-bottom: 1px solid #e5e5e5; }

.schoolLocation dl dd .desc { font-size: 14px; line-height: 24px; color: #343434; padding: 20px 0px 40px; }

.facilities { padding-bottom: 20px; }

.facilities h3 { font-size: 18px; padding: 20px 0px 15px; font-weight: 700; color: #333333; border-bottom: 1px solid #e5e5e5; }

.facilities ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 15px; }

.facilities ul li { width: 33.3333%; padding: 5px 0px; 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; cursor: pointer; }

.facilities ul img { height: 35px; }

.facilities ul .defaImg { display: block; }

.facilities ul .curImg { display: none; }

.facilities ul p { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; font-size: 12px; padding-left: 5px; padding-right: 5px; font-weight: 700; color: #333333; }

.facilities ul .facilitiesMore { width: 33.3333%; padding: 5px 0px; 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; cursor: pointer; }

.facilities ul li:hover p { color: #eb6428; }

.facilities ul li:hover .defaImg { display: none; }

.facilities ul li:hover .curImg { display: block; }

.facilities ul .facilitiesMore:hover p { color: #eb6428; }

.facilities ul .facilitiesMore:hover .defaImg { display: none; }

.facilities ul .facilitiesMore:hover .curImg { display: block; }

.facilities ul li.cur p { color: #eb6428; }

.facilities ul li.cur .defaImg { display: none; }

.facilities ul li.cur .curImg { display: block; }

.facilities ul li:nth-child(n+12) { display: none; }

.facilities ul.showFacilities li:nth-child(n+12) { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.facilitiesListImgBox { padding-bottom: 40px; }

.facilitiesListImg { position: relative; overflow: hidden; display: none; }

.facilitiesListImg ul li img { display: block; width: 100%; }

.facilitiesListImg ul li p { font-size: 18px; bottom: 15px; font-weight: 700; position: absolute; width: 100%; text-align: center; color: #fff; }

.facilitiesListImg span { width: 30px; height: 60px; z-index: 20; cursor: pointer; background: rgba(0, 0, 0, 0.6); display: block; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.facilitiesListImg span::after { content: ''; width: 14px; height: 14px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); border: 2px solid #fff; border-top: none; border-right: none; }

.facilitiesListImg span.facilitiesListPrev { left: 0px; }

.facilitiesListImg span.facilitiesListNext { right: 0px; }

.facilitiesListImg span.facilitiesListNext::after { border: 2px solid #fff; border-left: none; border-bottom: none; }

/*--校歌--*/
.schoolSong { padding-bottom: 30px; }

.schoolSong dl { background: url(/dist/images/img_54.jpg) no-repeat top; background-size: cover; padding: 20px; }

.schoolSong dl img { max-width: 100%; display: block; margin: 0px auto; }

/*--宿舍活动--*/
.dormitory { overflow: hidden; position: relative; padding-bottom: 40px; }

.dormitory ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 20px; }

.dormitory ul li { width: 100%; padding: 10px 0px 0px; }

.dormitory ul li p { overflow: hidden; }

.dormitory ul li p img { width: 100%; display: block; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all .8s ease; transition: all .8s ease; }

.dormitory ul li h3 { font-size: 16px; font-weight: 700; color: #333333; padding: 10px 0px; }

.dormitory ul li:hover p img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.page_box { text-align: center; border-top: 1px solid #000; padding-top: 40px; margin-top: 50px; }

.page_box em { font-style: normal; }

.page_box a { min-width: 20px; margin: 0px 3px; font-size: 14px; line-height: 37px; display: inline-block; vertical-align: middle; border-bottom: 2px solid transparent; }

.page_box .layui-laypage-curr { margin: 0px 3px; font-size: 14px; line-height: 37px; border-bottom: 2px solid #eb6428; color: #eb6428; min-width: 20px; display: inline-block; vertical-align: middle; }

/*--课程体系--*/
.courseStructure { padding: 20px 0px; }

.courseStructure h3 { font-size: 16px; color: #000; padding-bottom: 10px; font-weight: 600; }

.courseStructure ul li { font-size: 14px; line-height: 24px; color: #343434; position: relative; padding-left: 15px; }

.courseStructure ul li::after { content: ''; position: absolute; left: 0px; top: 10px; width: 5px; height: 5px; background: #eb6428; -webkit-border-radius: 4px; border-radius: 4px; }

.curriculum { padding: 20px 0px 40px; border-bottom: 1px solid #000000; }

.curriculum h3 { font-size: 18px; color: #000; padding-bottom: 10px; font-weight: 600; }

.curriculum .desc { font-size: 14px; color: #343434; padding-bottom: 10px; }

.curriculum .framework { width: 100%; display: block; font-weight: 600; border-bottom: 1px solid #dcdcdc; padding-bottom: 20px; }

.curriculum .framework h4 { font-size: 16px; font-weight: 600; padding-bottom: 5px; }

.curriculum .SchoolGrade { padding-top: 20px; }

.curriculum .SchoolGrade dl { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.curriculum .SchoolGrade dl dt { width: 100%; }

.curriculum .SchoolGrade dl dd { width: 100%; padding-top: 15px; }

.curriculum .SchoolGrade dl h4 { font-size: 16px; font-weight: 600; padding-bottom: 5px; }

.curriculum .SchoolGrade dl ul { background: #f4f3f2; border: 1px solid #dcdcdc; border-left: none; border-right: none; padding: 15px 20px; }

.curriculum .SchoolGrade dl ul li { font-size: 14px; line-height: 24px; color: #343434; position: relative; padding-left: 15px; }

.curriculum .SchoolGrade dl ul li::after { content: ''; position: absolute; left: 0px; top: 9px; width: 5px; height: 5px; background: #eb6428; -webkit-border-radius: 4px; border-radius: 4px; }

.curriculum .SchoolGrade dl .img { padding-top: 10px; }

.curriculum .SchoolGrade dl .img img { width: 100%; display: block; }

.curriculum .SchoolGrade dl:nth-child(2) { padding-top: 20px; }

.curriculum .SchoolGrade dl:nth-child(2) dt { width: 100%; padding: 0px; }

.designConcept { padding: 25px 0px 40px; border-bottom: 1px solid #000000; }

.designConcept .designConceptTitle { font-size: 18px; font-weight: 700; padding-bottom: 15px; }

.designConcept .designConceptClass { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding-left: 1px; }

.designConcept .designConceptClass li { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; font-size: 14px; height: 45px; cursor: pointer; margin-left: -1px; line-height: 45px; font-weight: 700; color: #333333; border: 1px solid #dcdcdc; text-align: center; }

.designConcept .designConceptClass li:hover { color: #eb6428; }

.designConcept .designConceptClass li.cur { color: #eb6428; border: 2px solid #eb6428; position: relative; z-index: 1; }

.designConcept .designConceptContentBox { padding-top: 25px; display: none; }

.designConcept .designConceptContentBox .ContentTitle { font-size: 16px; padding-bottom: 15px; font-weight: 600; color: #000; }

.designConcept .designConceptContentBox .designConceptContent { background: #f4f3f2; border: 1px solid #dcdcdc; border-left: none; border-right: none; padding: 15px 20px; }

.designConcept .designConceptContentBox .designConceptContent .subTitle { font-size: 14px; font-weight: 700; color: #343434; padding-bottom: 10px; }

.designConcept .designConceptContentBox .designConceptContent .desc { font-size: 12px; line-height: 24px; color: #343434; padding-bottom: 20px; }

.designConcept .designConceptContentBox .designConceptContent .desc:last-child { padding-bottom: 0px; }

.hongKongCoursesBox { padding: 25px 0px 40px; border-bottom: 1px solid #000000; }

.hongKongCourses h3 { font-size: 18px; color: #000; padding-bottom: 15px; font-weight: 600; }

.hongKongCourses h4 { font-size: 16px; color: #333; padding-bottom: 10px; font-weight: 600; }

.hongKongCourses dl { padding: 20px 0px 30px; border-top: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.hongKongCourses dl dt { width: 100%; font-size: 14px; line-height: 24px; }

.hongKongCourses dl dd { width: 100%; padding-top: 15px; }

.hongKongCourses dl dd table { width: 100%; }

.hongKongCourses dl dd table th { font-size: 14px; line-height: 32px; font-weight: 600; background: #f4f3f2; }

.hongKongCourses dl dd table td { font-size: 12px; line-height: 32px; text-align: center; }

.curriculumSystemContentBox { padding-top: 25px; }

.curriculumSystemContentBox .curriculumSystemTitle { font-size: 16px; padding-bottom: 15px; font-weight: 600; color: #000; }

.curriculumSystemContentBox .curriculumSystemContent { background: #f4f3f2; border: 1px solid #dcdcdc; border-left: none; border-right: none; padding: 15px 20px; }

.curriculumSystemContentBox .curriculumSystemContent .subTitle { font-size: 14px; font-weight: 700; color: #343434; padding-bottom: 10px; }

.curriculumSystemContentBox .curriculumSystemContent .desc { font-size: 12px; line-height: 24px; color: #343434; padding-bottom: 10px; }

.curriculumSystemContentBox .curriculumSystemContent .desc:last-child { padding-bottom: 0px; }

.ncukIfy { padding: 25px 0px 40px; }

.ncukIfy h3 { font-size: 18px; font-weight: 700; color: #000; }

/*--联课活动--*/
.jointCourseClass { padding-top: 20px; }

.jointCourseClass ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 1px; }

.jointCourseClass ul li { width: -webkit-calc(33.333% + 1px); width: calc(33.333% + 1px); font-size: 12px; margin: 0px 0px -1px -1px; font-weight: 700; text-align: center; border: 1px solid #dcdcdc; color: #333333; display: -webkit-box; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }

.jointCourseClass ul li a { display: block; z-index: 10; }

.jointCourseClass ul li.cur { z-index: 10; border: 2px solid #eb6428; }

.jointCourseClass ul li.cur a { color: #eb6428; }

.jointCourseBox { padding: 0px 0px 40px; }

.jointCourseBigImg { overflow: hidden; position: relative; margin-top: 30px; }

.jointCourseBigImg img { width: 100%; display: block; }

.jointCourseBigImg span { width: 30px; height: 60px; z-index: 20; cursor: pointer; background: rgba(0, 0, 0, 0.6); display: block; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.jointCourseBigImg span::after { content: ''; width: 14px; height: 14px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); border: 2px solid #fff; border-top: none; border-right: none; }

.jointCourseBigImg span.jointCourseBigImgPrev { left: 0px; }

.jointCourseBigImg span.jointCourseBigImgNext { right: 0px; }

.jointCourseBigImg span.jointCourseBigImgNext::after { border: 2px solid #fff; border-left: none; border-bottom: none; }

.jointCourseSmallImg { overflow: hidden; position: relative; border-bottom: 1px solid #000; margin-top: 20px; padding: 30px; }

.jointCourseSmallImg img { width: 100%; display: block; }

.jointCourseSmallImg ul li { position: relative; cursor: pointer; }

.jointCourseSmallImg ul li.cur { -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); }
.commonTitle{padding-top:30px !important;}
.schoolLocation{padding-top:0 !important;}

/*--宿舍设施--*/
.dormitoryFacilitiesClass { padding-top: 20px; }

.dormitoryFacilitiesClass ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.dormitoryFacilitiesClass ul li { font-size: 14px; width: -webkit-calc(33.333% + 1px); width: calc(33.333% + 1px); font-weight: 700; margin: 0px 0px -1px -1px; text-align: center; color: #333333; background-color: #f0f0f0; position: relative; height: 64px; line-height: 64px; }

.dormitoryFacilitiesClass ul li .icon .icon_on { display: none; }

.dormitoryFacilitiesClass ul li a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; z-index: 10; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; justify-self: center; }

.dormitoryFacilitiesClass ul li a img { margin-right: 10px; }

.dormitoryFacilitiesClass ul li.cur { z-index: 10; background-color: #eb6428; }

.dormitoryFacilitiesClass ul li.cur .icon_off { display: none; }

.dormitoryFacilitiesClass ul li.cur .icon_on { display: inline-block; }

.dormitoryFacilitiesClass ul li.cur a { color: #fff; }

.dormitoryFacilitiesClass ul li.cur::after { content: ''; position: absolute; left: 50%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); top: 100%; border-style: solid dashed dashed dashed; border-color: #eb6428 transparent transparent transparent; overflow: hidden; width: 0; height: 0; font-size: 0; line-height: 0; border-width: 12px; }

/*--入学申请-学费--*/
.tuition { text-align: center; padding-bottom: 50px; }

.tuition h3 { font-size: 16px; color: #000; font-weight: 700; line-height: 50px; background: #f4f3f2; }

.tuition table { border-collapse: collapse; width: 100%; }

.tuition table th { font-size: 14px; color: #333333; font-weight: 700; line-height: 20px; padding: 15px 0px; border: 1px solid #dcdcdc; }

.tuition table td { font-size: 12px; color: #343434; font-weight: 700; line-height: 20px; padding: 15px 0px; border: 1px solid #dcdcdc; }

.tuition table td p { font-weight: 700; }

.tuition .desc { padding: 20px 20px; font-size: 14px; background: #f4f3f2; text-align: center; font-weight: 400; }

.moblie_language { display: none !important; font-size: 16px; }

.moblie_language span { margin: 0 5px; color: #666; }

.moblie_language a { color: #666; }

.moblie_language p { margin-right: 5px; font-size: 16px; color: #333; }

.moblie_language .active { color: #d2541c; }

.twoColumns{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}

.commonClass{width:25%; padding-right:30px}
.commonClass ul{ padding-top:60px; padding-bottom:45px;}
.commonClass ul li{padding-bottom:20px;}
.commonClass ul li a{display:block; padding: 20px 0;background: #eee;text-align: center;font-size: 18px;font-weight: bold;transition: all 0.4s;}
.commonClass ul li.active a,.commonClass ul li a:hover{background: #ff812d;color: #fff;}

.curriculumContentBox{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;}

.primarySchoolTab{display:none;}

.primarySchoolDetail{font-size: 16px;line-height: 30px; padding-top:60px; padding-bottom:60px;}

.SecondarySchoolTab{display:none;}
.SecondarySchoolSubTab{display:none; padding-top:35px;}

.audio-list-wrapper {
    padding: 45px 7px;
    background: #f5f5f5;
}

.audio-list-wrapper li {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.audio-list-wrapper .poster {
    position: relative;
}

.audio-list-wrapper .poster img {
    vertical-align: top;
    max-width: 73.23944%;
}

.audio-list-wrapper .name {
    padding: 20px 0;
    font-size: 16px;
    line-height: 36px;
}

.audio-list-wrapper .audio-ctrl {
    font-size: 0;
    position: relative;
}

.audio-list-wrapper .audio-ctrl a {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1; width: 94px;
    height: 35px;
    padding-left: 30px;
    font-size: 14px;
    line-height: 33px;
    color: #4d4d4d;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    text-align: left;
    position: relative;
}

.audio-list-wrapper .audio-ctrl .play {
    margin-right: 8px;
    background: url(/dist/images/musicico.png) no-repeat 9px 8px;
}

.audio-list-wrapper .audio-ctrl .dwbtn {
    background: url(/dist/images/mudwico.png) no-repeat 9px 7px;
}

.audio-list-wrapper .aplayer-icon-play {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-image: url(/dist/images/winco61.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    cursor: pointer;
    vertical-align: -4px;
}

.audio-list-wrapper .aplayer-icon-play.cur {
    background-image: url(/dist/images/winco62.png);
}

.audio-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 94px;
    height: 35px;
}

@media (min-width: 768px) { .bannerText h3 { font-size: 30px; }
  .bannerText p { font-size: 14px; padding-top: 10px; }
  .indexAboutBox dl .indexAbout { width: 50%; height: 300px; padding: 30px 0px 0px 25px; }
  .indexAboutBox dl .indexAbout h3 { font-size: 20px; line-height: 30px; }
  .indexAboutBox dl .indexAbout .icon { height: 24px; margin-top: 15px; }
  .indexAboutBox dl .indexAbout .link { padding-top: 20px; line-height: 35px; }
  .indexAboutBox dl .indexAbout .link a { font-size: 16px; }
  .indexAboutBox dl .indexAbout .btn { padding-top: 30px; }
  .indexAboutBox dl .indexAbout .btn a { width: 120px; line-height: 45px; -webkit-border-radius: 45px; border-radius: 45px; }
  .indexAboutBox dl dt .indexAbout { float: right; }
  .main { padding: 50px 0px 0px; }
  .NoticeListBox h3 { font-size: 20px; padding: 15px 0px; }
  .NoticeListBox h3 a { font-size: 14px; padding-right: 30px; }
  .NoticeListBox h3 img { width: 120px; display: block; position: absolute; opacity: 0; left: 0px; top: 18px; }
  .NoticeListBox h3 span { opacity: 1; }
  /*.NoticeListBox h3:hover img { opacity: 1; }*/
  .NoticeListBox h3:hover span { color:#eb6428; }
  .NoticeList ul li h4 { font-size: 18px; display: -webkit-box; height: 52px; line-height: 26px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .NoticeList ul li .desc { font-size: 14px; margin-top: 10px; display: -webkit-box; height: 44px; line-height: 22px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .NoticeList ul li .time { font-size: 14px; padding-top: 20px; }
  .NoticeListBox { padding-bottom: 45px; }
  .indexActivityList ul { margin: 20px -10px 0px; }
  .indexActivityList ul li { width: 33.333%; padding: 0px 10px 45px; border-right: 1px solid #e5e5e5;}
  .indexActivityList ul li .Img span { width: 150px; height: 150px; }
  .indexActivityList ul li .Img span::after { width: 40px; height: 40px; margin: -20px 0px 0px -20px; }
  .indexActivityList ul li h4 { font-size: 20px; display: -webkit-box; height: 52px; line-height: 26px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-top: 30px; }
  .indexActivityList ul li .desc { line-height: 22px; font-size: 14px; margin-top: 15px; }
  .indexActivityList ul li .time { font-size: 14px; margin-top: 25px; }
  .indexActivityList h3 { font-size: 20px; padding: 20px 0px; }
  .indexActivityList h3 a { font-size: 14px; padding-right: 30px; }
  .indexActivityList h3 img { width: 120px; display: block; position: absolute; opacity: 0; left: 0px; top: 18px; }
  /*.indexActivityList h3 span { opacity: 1; }*/
  /*.indexActivityList h3:hover img { opacity: 1; }*/
  .indexActivityList h3:hover span { color:#eb6428; }
  .footer { padding: 30px 0px; }
  .understandList h3 { font-size: 30px; }
  .understandList ul li { width: 25%; }
  .understandList ul li a { height: 170px; }
  .understandList ul li a::after { width: 24px; height: 24px; }
  .understandList ul li.active a::after { right: 30px; top: 30px; }
  .logoMask ul { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; left: 5%; right: 5%; top: 50%; bottom: auto; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
  .logoMask ul li { width: 33.333%; padding-right: 5%; }
  .logoMask ul li img { max-width: 100%; }
  .logoMask ul li:nth-child(3) { padding-right: 0px; padding-left: 5%; }
  .understandList { width: 750px; }
  .commonTitle { padding: 50px 0px 10px; }
  .commonTitle dt { font-size: 24px; }
  .locationTitle dd { font-size: 26px; padding-top: 15px; }
  .locationTitle dt a { padding-right: 30px; font-size: 14px; }
  .locationTitle dt a::after { right: 11px; }
  .tuition h3 { font-size: 20px; line-height: 80px; }
  .tuition table th { font-size: 16px; line-height: 24px; }
  .tuition table td { font-size: 14px; line-height: 24px; }
  .idea ul { padding-left: 1px; }
  .idea ul li { width: -webkit-calc(50% + 1px); width: calc(50% + 1px); margin-left: -1px; padding: 30px 0px; }
  .idea ul li .icon img { height: 50px; }
  .idea ul li h3 { font-size: 20px; padding-top: 15px; }
  .idea ul li .desc { font-size: 14px; line-height: 24px; padding: 10px 10px 0px; }
  .ideaDesc dl dd::after { right: 10%; bottom: -40px; }
  .jointCourseClass { padding-top: 30px; }
  .jointCourseClass ul li { width: -webkit-calc(25% + 1px); width: calc(25% + 1px); font-size: 14px; display: -webkit-box; height: 45px; line-height: 45px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
  .jointCourseBox { padding: 0px 0px 80px; }
  .courseStructure { padding: 30px 0px; }
  .courseStructure h3 { font-size: 24px; padding-bottom: 15px; }
  .courseStructure ul li { font-size: 14px; line-height: 30px; padding-left: 15px; }
  .courseStructure ul li::after { top: 12px; }
  .curriculum { padding: 40px 0px 70px; }
  .curriculum h3 { font-size: 24px; padding-bottom: 10px; }
  .curriculum .desc { font-size: 14px; padding-bottom: 20px; }
  .curriculum .framework { padding-bottom: 40px; }
  .curriculum .framework h4 { font-size: 20px; padding-bottom: 10px; }
  .curriculum .SchoolGrade { padding-top: 25px; }
  .curriculum .SchoolGrade dl h4 { font-size: 20px; padding-bottom: 10px; }
  .curriculum .SchoolGrade dl ul { padding: 20px 25px; }
  .curriculum .SchoolGrade dl ul li { font-size: 14px; line-height: 28px; padding-left: 15px; }
  .curriculum .SchoolGrade dl ul li::after { top: 11px; }
  .curriculum .SchoolGrade dl .img { padding-top: 15px; }
  .curriculum .SchoolGrade dl:nth-child(2) { padding-top: 30px; }
  .curriculum .SchoolGrade dl:nth-child(2) dt { width: 100%; padding: 0px; }
  .designConcept { padding: 40px 0px 60px; }
  .designConcept .designConceptTitle { font-size: 24px; padding-bottom: 15px; }
  .designConcept .designConceptClass li { font-size: 16px; height: 50px; line-height: 50px; }
  .designConcept .designConceptContentBox { padding-top: 35px; }
  .designConcept .designConceptContentBox .ContentTitle { font-size: 20px; padding-bottom: 10px; }
  .designConcept .designConceptContentBox .designConceptContent { padding: 20px 20px 25px; }
  .designConcept .designConceptContentBox .designConceptContent .subTitle { font-size: 16px; padding-bottom: 5px; }
  .designConcept .designConceptContentBox .designConceptContent .desc { font-size: 14px; line-height: 26px; padding-bottom: 15px; }
  .hongKongCoursesBox { padding: 60px 0px 100px; }
  .hongKongCourses h3 { font-size: 30px; padding-bottom: 35px; }
  .hongKongCourses h4 { font-size: 24px; padding-bottom: 15px; }
  .hongKongCourses dl { padding: 40px 0px 60px; }
  .hongKongCourses dl dd table th { font-size: 16px; line-height: 36px; }
  .hongKongCourses dl dd table td { font-size: 14px; line-height: 36px; }
  .curriculumSystemContentBox { padding-top: 30px; }
  .curriculumSystemContentBox .curriculumSystemTitle { font-size: 20px; padding-bottom: 15px; }
  .curriculumSystemContentBox .curriculumSystemContent { padding: 20px 25px 25px; }
  .curriculumSystemContentBox .curriculumSystemContent .subTitle { font-size: 16px; padding-bottom: 10px; }
  .curriculumSystemContentBox .curriculumSystemContent .desc { font-size: 14px; line-height: 26px; padding-bottom: 15px; }
  .curriculumSystemContentBox .curriculumSystemContent .desc:last-child { padding-bottom: 0px; }
  .ncukIfy { padding: 40px 0px 60px; }
  .ncukIfy h3 { font-size: 24px; }
  .schoolLocation { padding-top: 35px; }
  .schoolLocation dl dd h3 { font-size: 24px; padding: 30px 0px 25px; }
  .schoolLocation dl dd .desc { padding: 25px 0px 50px; }
  .facilities h3 { font-size: 24px; padding: 35px 0px 25px; }
  .facilities ul li { width: 33.333%; padding: 10px 0px; }
  .facilities ul p { font-size: 14px; padding-left: 15px; }
  .facilities ul .facilitiesMore { width: 25%; padding: 10px 0px; }
  .facilitiesListImg span { width: 40px; height: 80px; }
  .facilitiesListImgBox { padding-bottom: 60px; }
  .facilitiesListImg ul li p { font-size: 24px; bottom: 20px; }
  .schoolSong { padding-bottom: 60px; }
  .schoolSong dl { padding: 50px; }
  .page_box a { margin: 0px 10px; font-size: 18px; }
  .page_box .layui-laypage-curr { margin: 0px 10px; font-size: 18px; line-height: 37px; }
  .dormitoryFacilitiesClass { padding-top: 30px; }
  .dormitory ul { margin: 0px -15px; }
  .dormitory ul li { width: 50%; padding: 20px 15px 0px; }
  .dormitory ul li h3 { font-size: 18px; padding: 20px 0px 15px; } 
  .audio-list-wrapper li {width: 33.33333%;}

}

@media (min-width: 992px) { body { padding-left: 0px; }
  .header .commonweb{padding:0 40px;}
  .header { left:0px; background: none; position: absolute; height: 81px; border-bottom: none; }
  .language { display: block; padding-top: 23px; }
  .language img { width: 32px; }
  .nav { float: right; border: none; display: block; position: relative; background: none; left: auto; width: auto; height: auto; top: auto; overflow: visible; }
  .nav ul { padding: 0px; }
  .nav ul li { float: left; margin-left: 15px; padding:0px; border: none; }
  .nav ul li > a { color: #fff; font-size: 14px; font-weight: 700; display: block; line-height: 81px; padding: 0px; }
  .nav ul li:first-child { margin-left: 0px; }
  .logo img{height:40px; margin-top:20px}
  .logo .white { display: block; }
  .logo .black { display: none; }
  .search { float: right; padding-left: 30px; padding-top:25px;}
  .search span { width: 30px; height: 30px; background: url(/dist/images/img_04.png) no-repeat center; }
  .search span.searchBtnClose { background: url(/dist/images/close_01.png) no-repeat center; }
  .searchbox { position: absolute; right: 0; left: auto; top: 82px; padding: 0px; width: 300px; background: none; }
  .mNavBtn { display: none; }
  .headerBlack .nav ul li > a { color: #333333; }
  .headerBlack .language img {filter: none;}
  .headerBlack .language span { background: #e2e2e2; border: 2px solid #cdcccc; color: #333333; }
  .headerBlack .language span::after { border-top-color: #333333; }
  .headerBlack .search span { background: url(/dist/images/img_004.png) no-repeat center; }
  .headerBlack .logo .white { display: none; }
  .headerBlack .logo .black { display: block; }
  .locationTitle { padding-top: 81px; }
  .bannerText h3 { font-size: 40px; }
  .bannerText p { font-size: 16px; padding-top: 15px; }
  .indexAboutBox dl { max-width: 1280px; width: 60%; float: right; }
  .indexAboutBox dl .indexAbout { height: 300px; padding: 30px 0px 0px 25px; }
  .indexAboutBox dl .indexAbout h3 { font-size: 20px; line-height: 30px; }
  .indexAboutBox dl .indexAbout .icon { height: 24px; margin-top: 15px; }
  .indexAboutBox dl .indexAbout .link { padding-top: 20px; line-height: 35px; }
  .indexAboutBox dl .indexAbout .link a { font-size: 16px; }
  .indexAboutBox dl .indexAbout .btn { padding-top: 30px; }
  .main { padding: 70px 0px 0px; }
  .NoticeListBox h3 { font-size: 26px; padding: 20px 0px 30px; }
  .NoticeListBox h3 img { width: 140px; display: block; position: absolute; opacity: 0; left: 0px; top: 18px; }
  .NoticeListBox h3 span { opacity: 1; }
  /*.NoticeListBox h3:hover img { opacity: 1; }*/
  /*.NoticeListBox h3:hover span { opacity: 0; }*/
  .NoticeListBox h3:hover span { color:#eb6428; } 
  .NoticeList ul li { padding-right: 20px; }
  .NoticeListBox { padding-bottom: 75px; }
  .indexActivityList ul li { padding: 0px 10px 70px; }
  .indexActivityList ul li .Img span { width: 200px; height: 200px; }
  .indexActivityList h3 { font-size: 26px;}
  .indexActivityList h3 img { width: 140px; display: block; position: absolute; opacity: 0; left: 0px; top: 18px; }
  .indexActivityList h3 span { opacity: 1; }
  /*.indexActivityList h3:hover img { opacity: 1; }*/
  /*.indexActivityList h3:hover span { opacity: 0; }*/
  .indexActivityList h3:hover span { color:#eb6428; }
  .footer { padding: 40px 0px; }
  .footer dl dt { float: left; padding:0px}
  .footer dl dt img { height: 50px; }
  .footer dl dd { float: right; text-align: right; }
  .footerShare a { display: inline-block; margin-left: 10px; margin-right: 0px; }
  .footerAddress span { display: inline-block; margin-left: 20px; margin-right: 0px; }
  .footerAddress span.address { margin: 0px; }
  .footerNav { padding-bottom: 0px; }
  .footerNav a { font-size: 16px; line-height: 38px; }
  .understandList h3 { font-size: 40px; }
  .understandList ul li a p { font-size: 16px; }
  .understandList ul li a { height: 180px; }
  .popuNav dl dd .popuNavList h3 { font-size: 24px; }
  .popuNav dl dd .popuNavList p a { font-size: 14px; padding: 0px 10px; line-height: 35px; -webkit-border-radius: 35px; border-radius: 35px; }
  .popuNavNews { width: 400px; min-height: 450px; padding: 30px; }
  .popuNavNews h3 span { font-size: 18px; width: 122px; height: 45px; line-height: 45px; }
  .popuNavNewsList ul li p { padding: 15px 0px; }
  .popuNavNewsList ul li p a { font-size: 14px; display: -webkit-box; line-height: 20px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .popuNavNewsListDot { left: 30px; right: 30px; bottom: 20px; z-index: 20; }
  .logoMask span { margin-top: -25%; padding-top: 50%; }
  .logoMask span:after { bottom: -590%; }
  .logoMask span::before { top: -590%; }
  .commonTitle { padding: 70px 0px 15px; }
  .commonTitle dt { font-size: 26px; }
  .locationTitle dd { font-size: 32px; padding-top: 20px; }
  .tuition .desc { padding: 40px 20px; font-size: 16px; }
  .ideaDesc { padding: 40px 0px 80px; }
  .ideaDesc dl { padding: 140px 20px; }
  .ideaDesc dl dd { font-size: 20px; line-height: 40px; }
  .ideaDesc dl dd::after { width: 80px; height: 80px; right: 10%; bottom: -35px; }
  .ideaDesc dl dd::before { width: 80px; height: 80px; left: -8%; top: -35px; }
  .jointCourseBigImg span { width: 40px; height: 80px; }
  .jointCourseClass ul li { width: -webkit-calc(20% + 1px); width: calc(20% + 1px); font-size: 16px; display: -webkit-box; height: 50px; line-height: 50px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
  .curriculum .SchoolGrade dl dt { width: 50%; padding-right: 10px; }
  .curriculum .SchoolGrade dl dd { width: 50%; padding-left: 10px; padding-top: 0px; }
  .hongKongCourses dl dt { width: 50%; font-size: 16px; line-height: 30px; }
  .hongKongCourses dl dd { width: 50%; padding-left: 45px; padding-top: 0px; }
  .facilities ul img { height: 45px; }
  .facilities ul li { width: 25%; padding: 20px 0px; }
  .facilities ul p { font-size: 16px; padding-left: 15px; }
  .facilities ul .facilitiesMore { width: 25%; padding: 20px 0px; }
  .facilitiesListImgBox { padding-bottom: 80px; }
  .dormitoryFacilitiesClass ul li { font-size: 16px; width: 15.9%; }
  .dormitoryFacilitiesClass ul li:not(:first-child) { margin-left: 0.9%; }
  .dormitory { padding-bottom: 60px; }
  .dormitory ul { margin: 0px -15px; }
  .dormitory ul li { width: 33.333%; padding: 30px 15px 0px; } }

@media (min-width: 1260px) { 
  .logo img{height:45px; margin-top:17px;}
  .nav ul li { margin-left:15px; }
  .nav ul li > a { font-size: 16px; }
  .bannerText h3 { font-size: 50px; }
  .indexAboutBox dl .indexAbout { height: 350px; padding: 30px 0px 0px 25px; }
  .indexAboutBox dl .indexAbout h3 { font-size: 24px; line-height: 30px; }
  .indexAboutBox dl .indexAbout .icon { height: 30px; margin-top: 20px; }
  .indexAboutBox dl .indexAbout .link { padding-top: 30px; line-height: 40px; }
  .indexAboutBox dl .indexAbout .link a { font-size: 16px; }
  .indexAboutBox dl .indexAbout .btn { padding-top: 40px; }
  .indexAboutBox dl .indexAbout .btn a { width: 160px; line-height: 50px; -webkit-border-radius: 50px; border-radius: 50px; font-size: 14px; }
  .main { padding: 100px 0px 0px; }
  .NoticeListBox h3 { font-size: 30px; padding: 30px 0px; }
  .NoticeListBox h3 img { width: 170px; display: block; position: absolute; opacity: 0; left: 0px; top: 23px; }
  .NoticeListBox h3 span { opacity: 1; }
  /*.NoticeListBox h3:hover img { opacity: 1; }*/
  /*.NoticeListBox h3:hover span { opacity: 0; }*/
  .NoticeListBox h3:hover span { color:#eb6428; }  .NoticeList ul li h4 { font-size: 20px; display: -webkit-box; height: 60px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .indexActivityList ul li .Img span::after { width: 60px; height: 60px; margin: -30px 0px 0px -30px; }
  .indexActivityList h3 { font-size: 30px; padding:30px 0px;}
  .indexActivityList h3 img { width: 170px; display: block; position: absolute; opacity: 0; left: 0px; top: 23px; }
  .indexActivityList h3 span { opacity: 1; }
  /*.indexActivityList h3:hover img { opacity: 1; }*/
  /*.indexActivityList h3:hover span { opacity: 0; }*/
  .indexActivityList h3:hover span { color:#eb6428; }
  .understandList h3 { font-size: 50px; }
  .popuNav dl dd .popuNavList h3 { font-size: 22px; }
  .commonTitle { padding: 80px 0px 20px; }
  .commonTitle dt { font-size: 30px; }
  .locationTitle dd { font-size: 40px; padding-top: 20px; }
  .locationTitle dt a { padding-right: 40px; font-size: 16px; }
  .locationTitle dt a::after { right: 17px; }
  .tuition { padding-bottom: 100px; }
  .tuition h3 { font-size: 24px; line-height: 100px; }
  .tuition table th { font-size: 18px; line-height: 30px; }
  .tuition table td { font-size: 16px; line-height: 30px; }
  .idea ul { padding-left: 1px; }
  .idea ul li { width: -webkit-calc(25% + 1px); width: calc(25% + 1px); margin-left: -1px; padding: 50px 0px; }
  .idea ul li .icon img { height: 64px; }
  .idea ul li h3 { font-size: 24px; padding-top: 25px; }
  .ideaDesc { padding: 40px 0px 80px; }
  .ideaDesc dl { padding: 140px 20px; }
  .ideaDesc dl dd { font-size: 24px; line-height: 40px; }
  .ideaDesc dl dd::after { width: 80px; height: 80px; right: 10%; bottom: -35px; }
  .ideaDesc dl dd::before { width: 80px; height: 80px; left: -8%; top: -35px; }
  .jointCourseClass { padding-top: 40px; }
  .jointCourseClass ul li { width: -webkit-calc(16.666666666666668% + 1px); width: calc(16.666666666666668% + 1px); display: -webkit-box; height: 60px; line-height: 60px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
  .jointCourseBox { padding: 0px 0px 100px; }
  .courseStructure { padding: 60px 0px; }
  .courseStructure h3 { font-size: 30px; padding-bottom: 20px; }
  .courseStructure ul li { font-size: 16px; line-height: 36px; padding-left: 15px; }
  .courseStructure ul li::after { top: 15px; }
  .curriculum { padding: 60px 0px 100px; }
  .curriculum h3 { font-size: 30px; padding-bottom: 15px; }
  .curriculum .desc { font-size: 16px; padding-bottom: 25px; }
  .curriculum .framework { padding-bottom: 60px; }
  .curriculum .framework h4 { font-size: 24px; padding-bottom: 15px; }
  .curriculum .SchoolGrade { padding-top: 40px; }
  .curriculum .SchoolGrade dl dt { padding-right: 20px; }
  .curriculum .SchoolGrade dl dd { padding-left: 20px; }
  .curriculum .SchoolGrade dl h4 { font-size: 24px; padding-bottom: 15px; }
  .curriculum .SchoolGrade dl ul { padding: 30px 40px; }
  .curriculum .SchoolGrade dl ul li { font-size: 16px; line-height: 36px; padding-left: 15px; }
  .curriculum .SchoolGrade dl ul li::after { top: 15px; }
  .curriculum .SchoolGrade dl .img { padding-top: 20px; }
  .curriculum .SchoolGrade dl:nth-child(2) { padding-top: 50px; }
  .curriculum .SchoolGrade dl:nth-child(2) dt { width: 100%; padding: 0px; }
  .designConcept { padding: 60px 0px 100px; }
  .designConcept .designConceptTitle { font-size: 30px; padding-bottom: 15px; }
  .designConcept .designConceptClass li { font-size: 18px; height: 60px; line-height: 60px; }
  .designConcept .designConceptContentBox { padding-top: 45px; }
  .designConcept .designConceptContentBox .ContentTitle { font-size: 24px; padding-bottom: 15px; }
  .designConcept .designConceptContentBox .designConceptContent { padding: 40px 40px 35px; }
  .designConcept .designConceptContentBox .designConceptContent .subTitle { font-size: 18px; padding-bottom: 10px; }
  .designConcept .designConceptContentBox .designConceptContent .desc { font-size: 16px; line-height: 30px; padding-bottom: 20px; }
  .hongKongCoursesBox { padding: 60px 0px 100px; }
  .hongKongCourses h3 { font-size: 30px; padding-bottom: 35px; }
  .hongKongCourses h4 { font-size: 24px; padding-bottom: 15px; }
  .hongKongCourses dl { padding: 40px 0px 60px; }
  .hongKongCourses dl dt { width: 50%; font-size: 16px; line-height: 30px; }
  .hongKongCourses dl dd { width: 50%; padding-left: 45px; }
  .hongKongCourses dl dd table th { font-size: 18px; line-height: 42px; }
  .hongKongCourses dl dd table td { font-size: 16px; line-height: 42px; }
  .curriculumSystemContentBox { padding-top: 45px; }
  .curriculumSystemContentBox .curriculumSystemTitle { font-size: 24px; padding-bottom: 15px; }
  .curriculumSystemContentBox .curriculumSystemContent { padding: 40px 40px 35px; }
  .curriculumSystemContentBox .curriculumSystemContent .subTitle { font-size: 18px; padding-bottom: 10px; }
  .curriculumSystemContentBox .curriculumSystemContent .desc { font-size: 16px; line-height: 30px; padding-bottom: 20px; }
  .curriculumSystemContentBox .curriculumSystemContent .desc:last-child { padding-bottom: 0px; }
  .ncukIfy { padding: 60px 0px 100px; }
  .ncukIfy h3 { font-size: 30px; }
  .schoolLocation { padding-top: 50px; }
  .schoolLocation dl dd h3 { font-size: 30px; padding: 50px 0px 35px; }
  .schoolLocation dl dd .desc { font-size: 16px; line-height: 30px; padding: 40px 0px 40px; }
  .facilities h3 { font-size: 30px; padding: 50px 0px 35px; }
  .facilities ul { padding: 0px; }
  .facilities ul img { height: 55px; }
  .facilities ul li { width: 16.666666666666668%; padding: 30px 0px; }
  .facilities ul p { font-size: 16px; padding-left: 15px; }
  .facilities ul .facilitiesMore { width: 16.666666666666668%; padding: 30px 0px; }
  .facilitiesListImg span { width: 60px; height: 120px; }
  .facilitiesListImgBox { padding-bottom: 100px; }
  .facilitiesListImg ul li p { font-size: 30px; bottom: 30px; }
  .schoolSong { padding-bottom: 120px; }
  .schoolSong dl { padding: 80px 80px; }
  .dormitoryFacilitiesClass { padding-top: 40px; }
  .dormitoryFacilitiesClass ul li { font-size: 18px; }
  .dormitory { padding-bottom: 90px; }
  .dormitory ul { margin: 0px -25px; }
  .dormitory ul li { padding: 60px 25px 0px; }
  .dormitory ul li h3 { font-size: 20px; padding: 30px 0px 20px; } }
 
@media (min-width: 1400px) { 
    .logo img{height:55px; margin-top:12px;}
    .nav ul li { margin-left: 20px;}
}

@media (min-width: 1600px) { 
  .logo img{height:70px; margin-top:5px;}
  .nav ul li {margin-left: 30px;}
  .nav ul li > a { font-size: 18px; }
  .indexAboutBox dl .indexAbout { height: 540px; padding: 40px 0px 0px 30px; }
  .bannerText h3 { font-size: 60px; }
  .bannerText p { font-size: 18px; }
  .indexAboutBox dl .indexAbout h3 { font-size: 36px; line-height: 40px; }
  .indexAboutBox dl .indexAbout .icon { height: 36px; margin-top: 30px; }
  .indexAboutBox dl .indexAbout .link { padding-top: 40px; line-height: 48px; }
  .indexAboutBox dl .indexAbout .link a { font-size: 18px; }
  .indexAboutBox dl .indexAbout .btn { padding-top: 50px; }
  .NoticeListBox h3 { font-size: 36px; }
  .NoticeListBox h3 img { width: 200px; display: block; position: absolute; opacity: 0; left: 0px; top: 28px; }
  .NoticeListBox h3 span { opacity: 1; }
  /*.NoticeListBox h3:hover img { opacity: 1; }*/
  /*.NoticeListBox h3:hover span { opacity: 0; }*/
  .NoticeListBox h3:hover span { color:#eb6428; }
  .NoticeList ul li h4 { font-size: 24px; display: -webkit-box; height: 68px; line-height: 34px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .NoticeList ul li .desc { font-size: 16px; margin-top: 20px; }
  .NoticeList ul li .time { font-size: 16px; padding-top: 35px; }
  .indexActivityList ul li .Img span { width: 300px; height: 300px; }
  .indexActivityList ul li { padding: 0px 10px 100px; }
  .indexActivityList ul li h4 { font-size: 24px; display: -webkit-box; height: 68px; line-height: 34px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-top: 50px; }
  .indexActivityList ul li .desc { line-height: 24px; font-size: 16px; margin-top: 20px; }
  .indexActivityList ul li .time { font-size: 16px; margin-top: 35px; }
  .indexActivityList h3 { font-size: 36px;}
  .indexActivityList h3 img { width: 200px; display: block; position: absolute; opacity: 0; left: 0px; top: 28px; }
  .indexActivityList h3 span { opacity: 1; }
  /*.indexActivityList h3:hover img { opacity: 1; }*/
  /*.indexActivityList h3:hover span { opacity: 0; }*/
  .indexActivityList h3:hover span { color:#eb6428; }
  .footer { padding: 50px 0px; }
  .footerNav a { font-size: 18px; line-height: 48px; }
  .understandList h3 { font-size: 60px; }
  .understandList ul li a p { font-size: 18px; }
  .popuNav dl dd .popuNavList h3 { font-size: 20px; }
  .popuNav dl dd .popuNavList p a { font-size: 16px; padding: 0px 20px; line-height: 40px; -webkit-border-radius: 40px; border-radius: 40px; }
  .popuNavNews { width: 500px; min-height: 600px; padding: 40px 30px; }
  .popuNavNews h3 span { font-size: 20px; width: 144px; height: 54px; line-height: 54px; }
  .popuNavNewsList ul li p { padding: 25px 0px; }
  .popuNavNewsList ul li p a { font-size: 16px; display: -webkit-box;  line-height: 24px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .popuNavNewsListDot { left: 60px; right: 60px; bottom: 90px; z-index: 20; }
  .commonTitle { padding: 120px 0px 30px; }
  .commonTitle dt { font-size: 36px; }
  .locationTitle dd { font-size: 48px; padding-top: 25px; }
  .tuition { padding-bottom: 130px; }
  .idea ul li .desc { font-size: 16px; line-height: 30px; padding-top: 10px; padding: 10px 10px 0px; }
  .ideaDesc { padding: 60px 0px 120px; }
  .ideaDesc dl { padding: 240px 20px 220px; }
  .ideaDesc dl dd { font-size: 30px; line-height: 60px; }
  .ideaDesc dl dd::after { width: 126px; height: 126px; right: 10%; bottom: -65px; }
  .ideaDesc dl dd::before { width: 126px; height: 126px; left: -10%; top: -60px; }
  .jointCourseClass ul li { width: -webkit-calc(12.5% + 1px); width: calc(12.5% + 1px); font-size: 18px; display: -webkit-box; height: 66px; line-height: 66px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
  .jointCourseBigImg span { width: 60px; height: 120px; }
  .jointCourseBox { padding: 0px 0px 130px; }
  .facilities ul p { font-size: 18px; }
  .facilitiesListImgBox { padding-bottom: 120px; }
  .dormitory { padding-bottom: 120px; } }

@media (min-width: 1800px) { .indexActivityList ul li .Img span { width: 350px; height: 350px; } }

@media (max-width: 1200px) { .jointCourseSmallImg { padding: 20px; }
  .jointCourseSmallImg ul li.cur { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } }

@media (max-width: 991px) { 
  .nav ul li p { display: block; }
    .search { padding-top: 20px; padding-left: 0px; margin-right: 12px; }
  
  .language { padding-top: 17px; margin-right: 11px; padding-left: 0px; }
  .language span { display: none; }
  .language img { display: block; width: 25px; height: auto; filter: none; }

  .header { padding-bottom: 15px; }
  .nav ul li .down { max-height: none; position: static; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); border: none; display: none; -webkit-transition: none; transition: none; }
  .nav ul li:hover .down { max-height: none; border: none; }
  .nav ul li .down .line { font-size: 14px; text-align: left; }
  .moblie_language { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; }
  .commonClass{width:100%;padding-right:0px;}
  .commonClass ul{padding-top: 35px;padding-bottom:0px;white-space:nowrap; overflow-y:hidden; overflow-x:auto;font-size: 0px;}
  .commonClass ul li{ display:inline-block; padding-bottom:10px;}
  .commonClass ul li a{padding:10px 20px; font-size:14px;}
  .curriculumContentBox{-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none;width: 100%;}
  /* .footerAddress { margin-top: 15px; } */
 }

@media (max-width: 768px) { .jointCourseSmallImg { padding: 20px; }
  .jointCourseSmallImg ul li.cur { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
  .footer { text-align: center; }
  .footerAddress { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .footerAddress span { display: inline-block; } }

@media (max-width: 480px) { .locationTitle { height: 0; overflow: hidden; padding: 0; margin-top: 90px; }
  .singleBanner { height: 200px; }
  .singleBanner img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: auto; height: 100%; max-width: none; } }


.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: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

/* 图片居中 */
.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; }

ul li { list-style: none; }

.dot1 { width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.dot2 { -webkit-line-clamp: 2; }

.dot3 { -webkit-line-clamp: 3; }

.dot4 { -webkit-line-clamp: 4; }

.dot2, .dot3, .dot4 { display: -webkit-box; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; }

.imgbox img { width: 100%; }

img { max-width: 100%; }

/* 奖学金 */
.scholarship_main { padding-bottom: 130px; }

.scholarship_list .item { 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; padding: 20px 0; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #dcdcdc; }

.scholarship_list .item .s_title { font-size: 20px; font-weight: bold; }

.scholarship_list .item .pdfbtn { -webkit-transition: all 0.4s; transition: all 0.4s; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 80px; height: 80px; background: #f4f3f2; -webkit-border-radius: 50%; border-radius: 50%; -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; min-width: 80px; }

.scholarship_list .item .pdfbtn .name { font-size: 18px; color: #6b6b6b; font-weight: bold; }

.scholarship_list .item .pdfbtn .down_icon { width: 23px; height: 21px; background: url(/dist/images/down.png) no-repeat; margin: 0 auto; }

.scholarship_list .item .pdfbtn:hover { background: #eb6428; }

.scholarship_list .item .pdfbtn:hover .name { color: #fff; }

.scholarship_list .item .pdfbtn:hover .down_icon { background: url(/dist/images/down_white.png) no-repeat; }

/* 常见问题 */
.problem_main { padding-bottom: 130px; }

.problem_list .item { border-bottom: 1px solid #dcdcdc; }

.problem_list .item .title_content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 10px 0; position: relative; cursor: pointer; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.problem_list .item .title_content .q_btn { position: absolute; top: 50%; right: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.down_btn i { width: 25px; height: 14px; display: block; position: relative; cursor: pointer; -webkit-transition: all 0.4s; transition: all 0.4s; }

.down_btn i::after, .down_btn i::before { display: block; content: ""; position: absolute; background: #282828; width: 2px; height: 14px; }

.down_btn i::before { top: 0; left: 7px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.down_btn i::after { top: 0; right: 7px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.problem_list .item .title_content .q_box { font-size: 16px; 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; line-height: 1; width: 40px; height: 40px; background: #f4f3f2; font-weight: bold; min-width: 40px; }

.problem_list .item .title_content .q_tit { padding-right: 25px; font-size: 16px; font-weight: bold; padding-left: 25px; }

.problem_list .item .desc_content { padding: 30px 30px 50px 30px; background: #f4f3f2; display: none; }

.desc_contentbox { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.problem_list .item:hover .title_content .q_tit { color: #eb6428; }

.problem_list .item .desc_content .an_box { font-size: 18px; line-height: 1; font-weight: bold; min-width: 28px; }

.problem_list .item .desc_content .an_content { font-size: 14px; line-height: 30px; color: #000; padding-left: 30px; }
.neirong_content{min-height:100px;}

.problem_list .item.active .down_btn i::after, .problem_list .item.active .down_btn i::before { background: #eb6428; }

.problem_list .item.active .down_btn i { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

/* 通知公告 */
.notice_main { padding-bottom: 130px; }

.notice_list .item { border-bottom: 1px solid #dcdcdc; }

.notice_list .item a { display: block; position: relative; padding: 26px 0; }

.notice_list .item .title_box { padding-right: 120px; }

.notice_list .item .title_box .title { font-size: 20px; font-weight: bold; }

.notice_list .item .title_box .date { font-size: 18px; color: #979797; margin-top: 6px; }

.notice_list .item .links_icon { width: 80px; height: 80px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #f4f3f2; 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; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0; }

.notice_list .item .links_icon .l_icon { width: 20px; height: 12px; background: url(/dist/images/righticon.png) no-repeat; }

.notice_list .item:hover .title { color: #eb6428; }

.notice_list .item:hover .links_icon { background-color: #eb6428; }

.notice_list .item:hover .links_icon .l_icon { background: url(/dist/images/righticon_white.png) no-repeat; }

.select_content {}

.select_content .sc_title { font-size: 16px; }

.select_content { 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; padding-bottom:30px; border-bottom: 1px solid #000; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.select_content .sc_content { width: 51.20779%; }

.select_content .sc_form { 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; }

.select_content .sc_form .select_box { width: 200px; border: 1px solid #dcdcdc; height: 60px; }

.select_content .sc_form .search_cont { width: 100%; border: 1px solid #dcdcdc; height: 60px; }

.select_content .sc_form .search_cont input { line-height: 56px; width: 100%; padding: 0 20px; }

.select_content .sc_form .search_cont .btn { background: none; border: none; padding-right: 20px; }

.select_content .select_box { position: relative; }

.select_content .select_box input { width: 100%; padding: 0 20px; height: 100%; cursor: pointer; }

.select_content .select_box .selectList { display: none; position: absolute; background: #fff; top: 101%; left: 0; right: 0; z-index: 101; -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

.select_content .select_box .selectList .item { padding: 12px 15px; cursor: pointer; }

.select_content .select_box .selectList .item:hover { background: #eb6428; color: #fff; }

.select_content .select_box .sanjiao { display: block; width: 10px; height: 6px; background: url(/dist/images/sanjiao.png) no-repeat; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 20px; }

.nobottom .page_box { margin-top: 0 !important; border: none !important; }

.newsbox_main { padding-bottom: 70px; }

.newsbox_main .nobottom { border: none !important; }

.newsbox_main .bottom { border-bottom: 1px solid #000; padding-bottom: 70px; }

.newsbox_list { padding-top: 60px; margin-left: -15px; margin-right: -15px; }

.newsbox_list .item .imgbox { overflow: hidden; }

.newsbox_list .item .imgbox img { -webkit-transition: all 0.4s; transition: all 0.4s; }

.newsbox_list .item { width: 33.3333%; padding: 0 15px; padding-top: 60px; }

.newsbox_list .item .desc { padding: 25px 0 50px 0; border-bottom: 1px solid #d2d2d2; }

.newsbox_list .item .desc .title { font-size: 24px; line-height: 30px; font-weight: bold; height: 60px; }

.newsbox_list .item .desc .jianjie { font-size: 16px; line-height: 30px; margin-top: 20px; height: 90px; }

.newsbox_list .item .desc .date { font-size: 18px; margin-top: 30px; }

.newsbox_list .item:nth-child(1), .newsbox_list .item:nth-child(2), .newsbox_list .item:nth-child(3) { padding-top: 0 !important; }

.newsbox_list .item:nth-child(2) { padding-left: 15px; }

.newsbox_list .item:nth-child(2) .imgbox { display: none; }

.newsbox_list .item:nth-child(2) .desc { padding-top: 0 !important; }

.newsbox_list .item:nth-child(2), .newsbox_list .item:nth-child(4), .newsbox_list .item:nth-child(7), .newsbox_list .item:nth-child(10) { border-left: 1px solid #d2d2d2; border-right: 1px solid #d2d2d2; }

/*.newsbox_list .item:hover .imgbox img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }*/

.newsbox_list .item:hover .title { color: #eb6428; }

.details_main { padding-bottom: 130px; }

.details_content .details_top { padding-top: 0px; padding-bottom: 30px; border-bottom: 1px solid #dcdcdc; }

.details_content .details_top .details_title { font-size: 24px; font-weight: bold; margin-bottom: 30px; }

.details_content .details_top .datebox { font-size: 18px; color: #989898; }

.details_content .details_top .datebox .yuanchuang { margin-left: 40px; }

.details_neirong { padding: 50px 0; font-size: 16px; line-height: 30px; }

.details_neirong img { height: auto !important; }

.details_tolink { border-top: 1px solid #000000; border-bottom: 1px solid #000000; position: relative; }

.details_linkContent { width: 81.16883%; }

.details_linkbox { padding: 22px 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; font-size: 16px; }

.details_linkbox .date { font-size: 18px; }

.details_linkbox .icon { margin: 0 70px; }

.details_linkbox .title { width: -webkit-calc(100% - 310px); width: calc(100% - 310px); padding-right: 15px; }

.details_tolink .back_list { display: block; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background-color: #f4f3f2; width: -webkit-calc(100% - 82%); width: calc(100% - 82%); height: 75px; text-align: center; line-height: 75px; font-size: 16px; font-weight: bold; right: 0; -webkit-transition: all 0.4s; transition: all 0.4s; }

.details_tolink .back_list:hover { background: #eb6428; color: #fff; }

.details_prev { border-bottom: 1px solid #dcdcdc; }

.join_main { padding-bottom: 130px; }

.join_list .item { border-bottom: 1px solid #dcdcdc; }

.join_list .item .title_content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 16px; padding: 28px 40px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; cursor: pointer; position: relative; }

.join_list .title_content .name { font-size: 18px; font-weight: bold; width: 24.65753%; }

.join_list .title_content .address { width: 24.65753%; }

.join_list .title_content .person { width: 22.60274%; }

.join_list .title_content .date { width: 24.65753%; line-height: 1; }

.join_list .title_content .date img { margin-right: 8px; }

.join_list .item .down_btn { -webkit-transition: all 0.4s; transition: all 0.4s; }

.join_list .item.active .down_btn { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.join_list .item.active .down_btn i::after, .join_list .item.active .down_btn i::before { background: #eb6428; }

.joincontent { padding: 50px 40px 100px 40px; background: #f4f3f2; display: none; }

.joincontent .joincontent_box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.joincontent .left { font-size: 16px; line-height: 30px; width: 64.38356%; }

.joincontent .left h2 { font-size: 24px; font-weight: bold; margin-bottom: 20px; }

.joincontent .right { font-size: 16px; line-height: 26px; color: #747474; width: 34.24658%; margin-top: 50px; }

.joincontent .right h2 { font-size: 18px; font-weight: bold; margin-bottom: 20px; color: #000; }

.joincontent .right .send_email { display: block; width: 180px; height: 60px; height: 60px; text-align: center; line-height: 60px; font-size: 16px; background: #ee732e; color: #fff; margin-top: 30px; -webkit-border-radius: 30px; border-radius: 30px; }

.contact_main { padding-bottom: 130px; }

.contact_content .map_img { margin: 60px 0; }

.contact_list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; border-top: 1px solid #000000; }

.contact_list .item { width: 33.3333%; background: #f4f3f2; border-right: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc; text-align: center; padding: 50px 20px; }

.contact_list .item:first-child { border-left: 1px solid #dcdcdc; }

.contact_list .item { font-size: 16px; line-height: 26px; }

.contact_list .item h2 { font-size: 24px; font-weight: bold; margin-bottom: 10px; }

.friendly_list { margin-top: 60px; margin-bottom: 250px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.friendly_list .item { margin-right: 30px; width: calc(25% - 90px / 4); background: #f4f3f2; border: 1px solid #dcdcdc; padding: 30px 20px; 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; margin-bottom: 30px; }

.friendly_list .item:nth-child(4n) { margin-right: 0; }

.friendly_list .item img { max-width: 80%; }

.classroom .main1 { padding-bottom: 150px; }

.classroom .main1 table { width: 100%; text-align: center; font-size: 16px; }

.classroom .main1 table th { line-height: 101px; background-image: linear-gradient(12deg, #f78c2c 0%, #f57d25 50%, #f26d1e 100%), linear-gradient(#f88b2c, #f88b2c); font-size: 30px; font-weight: bold; color: #ffffff; border: solid 1px #ffd2ab; }

.classroom .main1 table td { line-height: 24px; padding: 20px 0; border: solid 1px #ffd2ab; }

.classroom .commonTitle { border-bottom: 0; }
.classroom2 .commonTitle {border-bottom: 1px solid #000000; }

.uniform .main1 { padding: 60px 0 140px; }

.uniform .main1 .block { width: 48.7013%; }

.uniform .main1 .block .name { font-size: 30px; font-weight: bold; line-height: 1.1; color: #333333; }

.uniform .main1 .block .img { border: solid 3px #fbc4af; margin-top: 20px; }

.uniform .main1 .block .picture_container { padding-top: 69.33333%; }

.subject { padding-bottom: 140px; }

.subject .block { width: 100%; }

.subject .block table { width: 100%; text-align: center; }

.subject .block table th { line-height: 80px; background-color: #f4f3f2; font-size: 24px; font-weight: bold; color: #333333; border: none; }

.subject .block table td { font-size: 16px; border: solid 1px #dcdcdc; line-height: 46px; color: #eb6428; }

.subject .block:not(:first-child) { margin-top: 60px; border-top: 1px solid #000000; }

@media (max-width: 1400px) {

      
  }
  
@media (max-width: 1200px) { .classroom .main1 { padding-bottom: 80px; }
  .classroom .main1 table th { font-size: 24px; line-height: 1.2; padding: 20px 0; }
  .uniform .main1 { padding: 60px 0 80px; }
  .subject { padding-bottom: 80px; }
  .subject .block table th { line-height: 60px; } }

@media (max-width: 768px) { .classroom .main1 { padding-bottom: 60px; }
  .classroom .main1 table th { font-size: 20px; padding: 10px 0; }
  .classroom .main1 table td { font-size: 14px; padding: 10px 0; }
  .uniform .main1 .block .name { font-size: 22px; }
  .uniform .main1 { padding: 60px 0; }
  .classroom .main1 { padding-bottom: 60px; }
  .classroom .main1 table th { font-size: 20px; padding: 10px 0; }
  .classroom .main1 table td { font-size: 14px; padding: 10px 0; }
  .subject { padding-bottom: 60px; }
  .footer dl dt{width:70%;margin:0 auto;}
  .logo .white{display:none;}
  .subject .block table th { font-size: 20px; } 
    
    .header .commonweb{padding:0 15px !important;}
}

@media (max-width: 480px) { .classroom .main1 { padding-bottom: 30px; }
  .classroom .main1 table th { font-size: 18px; }
  .uniform .main1 { padding: 30px 0; }
  .uniform .main1 .block .name { font-size: 20px; }
  .uniform .main1 .block { width: 100%; }
  .uniform .main1 .block:not(:first-child) { margin-top: 20px; }
  .uniform .main1 .block .img { margin-top: 15px; }
  .subject { padding-bottom: 30px; }
  .subject .block table th { font-size: 18px; line-height: 40px; }
  .subject .block table td { font-size: 14px !important; }
  .subject .block:not(:first-child) { margin-top: 20px; } }

.news_top_main { margin-bottom: 50px; }

.news_top_main .block .img { width: 50%; }

.news_top_main .block .img .picture_container { padding-top: 59.74026%; }

.news_top_main .block .txt_box { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding: 80px; background-color: #f6f6f6; }

.news_top_main .block .txt_box .name { font-size: 30px; font-weight: bold; letter-spacing: -1px; color: #333333; display: -webkit-box; height: 72px; line-height: 36px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.news_top_main .block .txt_box .tag { font-size: 16px; line-height: 30px; color: #333333; display: -webkit-box; height: 60px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-top: 40px; }

.news_top_main .block .txt_box .time { font-size: 18px; line-height: 1.1; color: #333333; margin-top: 60px; }

.news_top_main .swiper-button-prev, .news_top_main .swiper-button-next { width: 40px; height: 40px; -webkit-border-radius: 50%; border-radius: 50%; background-image: none; opacity: 1; line-height: 36px; text-align: center; border: solid 2px #cccccc; position: static; margin-top: 0; }

.news_top_main .swiper-button-prev:hover, .news_top_main .swiper-button-next:hover { border: 2px solid #eb6428; background-color: #eb6428; }

.news_top_main .swiper-button-prev:hover .icon_on, .news_top_main .swiper-button-next:hover .icon_on { display: inline-block; }

.news_top_main .swiper-button-prev:hover .icon_off, .news_top_main .swiper-button-next:hover .icon_off { display: none; }

.news_top_main .swiper-button-next { margin-left: 20px; }

.news_top_main .col_box { position: absolute; right: 80px; bottom: 60px; }

.news_top_main .col_box .icon_on { display: none; }

.q_details_main .details_title { margin-bottom: 0; }

.q_switch .title, .q_switch .name, .q_switch .date { font-weight: bold; }

.q_switch .details_linkContent { width: 80.45%; }

.q_switch .back_list { width: 14.02%; }

.class_introduction { padding-bottom: 110px; }

.class_introduction .commonTitle { border-bottom: 0; }

.class_introduction table { width: 100%; text-align: center; }

.class_introduction table th { line-height: 101px; background-image: linear-gradient(12deg, #f78c2c 0%, #f57d25 50%, #f26d1e 100%), linear-gradient(#f88b2c, #f88b2c); font-size: 30px; font-weight: bold; color: #ffffff; }

.class_introduction table td { border: solid 1px #ffd2ab; font-weight: bold; font-size: 18px; line-height: 66px; color: #333333; }

.class_introduction .content_box { margin-top: 40px; }

.class_introduction .content_box .left_box { width: 48.7013%; }

.class_introduction .content_box .left_box .block .name { font-size: 24px; font-weight: bold; line-height: 1.1; color: #333333; padding-bottom: 20px; border-bottom: 1px solid #dcdcdc; }

.class_introduction .content_box .left_box .block .abstract { margin-top: 20px; font-size: 16px; line-height: 36px; color: #343434; }

.class_introduction .content_box .left_box .block .abstract h3 { font-size: 18px; font-weight: bold; line-height: 1.1; color: #333333; margin-bottom: 20px; margin-top: 40px; }

.class_introduction .content_box .left_box .block:not(:first-child) { margin-top: 40px; }

.class_introduction .content_box .img { width: 48.7013%; }

.class_introduction .content_box .img .picture_container { padding-top: 72%; }

.send_word { padding: 50px 0 110px; }

.send_word .title { font-size: 36px; line-height: 48px; color: #333333; text-align: center; }

.send_word .details_txt { margin-top: 40px; font-size: 16px; line-height: 36px; color: #000000; }

.send_word .details_txt p { margin-top: 30px; }

.q_activity { padding-bottom: 140px; background-image: url(/dist/images/q_activity_bg1.jpg); background-size: cover; }

.q_activity .top_block { margin-top: 60px; padding-bottom: 85px; }

.q_activity .top_block .img .picture_container { padding-top: 41.68831%; }

.q_activity .top_block .txt { font-size: 24px; font-weight: bold; line-height: 30px; color: #333333; margin-top: 25px; }

.q_activity .top_block .txt span { margin-left: 90px; }

.q_activity .top_block .swiper-button-prev, .q_activity .top_block .swiper-button-next { width: 50px; height: 50px; -webkit-border-radius: 50%; border-radius: 50%; line-height: 50px; border: 4px solid #fff; background-image: none; opacity: 1; line-height: 42px; text-align: center; }

.q_activity .top_block .swiper-button-prev img, .q_activity .top_block .swiper-button-next img { display: inline-block; height: 60%; }

.q_activity .block_box { margin: 0 -25px; border-top: 1px solid #dcdcdc; padding-top: 50px; }

.q_activity .block_box li { width: 33.33%; padding: 0px 25px; }

.q_activity .block_box li:nth-child(n + 4) { margin-top: 40px; }

.q_activity .block_box .block .picture_container { padding-top: 56.48536%; }

.q_activity .block_box .block .txt_box { background-color: #ffeee0; padding: 40px 20px 30px 20px; }

.q_activity .block_box .block .txt_box .name { font-size: 20px; font-weight: bold; line-height: 30px; color: #333333; -webkit-transition: all .5s; transition: all .5s; }

.q_activity .block_box .block .txt_box .abstract { font-size: 16px; color: #333333; display: -webkit-box; height: 72px; line-height: 24px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; margin-top: 25px; }

.q_activity .block_box .block .txt_box .icon { margin-top: 20px; width: 80px; height: 4px; background-color: #eb6428; }

.q_activity .block_box .block .txt_box .time { font-size: 16px; line-height: 1.1; color: #eb6428; margin-top: 40px; }

.q_activity .block_box .block:hover .txt_box .name { color: #eb6428; }

.q_activity .page_box { margin-top: 50px; border-top: 1px solid #000000; }

.student_works .main1 { padding: 53px 0 117px; }

.student_works .main1 .content_box { overflow: hidden; }

.student_works .main1 .student_worksSwiper { margin-top: 40px; width: 720px; overflow: visible; height: 720px; }

.student_works .main1 .student_worksSwiper .icon1 { position: absolute; left: -168px; top: 24.3%; }

.student_works .main1 .student_worksSwiper .icon2 { position: absolute; top: 58px; right: -60px; }

.student_works .main1 .swiper-slide { z-index: 2; }

.student_works .main1 .swiper-slide .img_box { -webkit-border-radius: 50%; border-radius: 50%; width: 180px; position: absolute; top: 50%; margin-top: -90px; }

.student_works .main1 .swiper-slide img { width: 100%; }

.student_works .main1 .swiper-slide.swiper-slide-active { z-index: 1; }

.student_works .main1 .swiper-slide.swiper-slide-active .img_box { width: 720px; position: static; margin-left: 0; margin-top: 0; }

.student_works .main1 .swiper-slide-prev .img_box, .student_works .main1 .swiper-slide-next .img_box { -webkit-box-shadow: 0 10px 30px -10px #999; box-shadow: 0 10px 30px -10px #999; }

.student_works .main1 .title { font-size: 30px; line-height: 1.1; color: #282828; text-align: center; margin-top: 22px; }

.student_works .col_box .icon { width: 60px; height: 2px; margin: 0 20px; background-color: #e9e9e9; }

.student_works .swiper-button-prev, .student_works .swiper-button-next { position: static; margin-top: 0; background-image: none; width: auto; height: auto; }

.student_works .swiper-pagination { position: static; margin: 0 20px; width: auto; }

.achievement .content_abstract { background-color: #f4f3f2; padding: 40px; font-size: 16px; line-height: 30px; color: #343434; min-height: 140px; }

.achievement .content_title { font-size: 24px; font-weight: bold; line-height: 1.1; color: #333333; }

.achievement .main1 .content_box .content { margin-top: 40px; padding: 60px 40px; background-color: #f4f3f2; border: solid 1px #dcdcdc; }

.achievement .main2 { margin-top: 100px; }

.achievement .main2 .content_abstract { border-top: 1px solid #080808; margin-top: 20px; }

.achievement .main2 .content table { width: 100%; font-size: 16px; text-align: center; }

.achievement .main2 .content table th { font-weight: bold; font-size: 18px; color: #333333; padding: 25px 0; }

.achievement .main2 .content table td { padding: 25px 0; color: #343434; background-color: #ffffff; border: solid 1px #dcdcdc; }

.achievement .main2 .content .bottom_line { font-size: 16px; line-height: 1.1; color: #343434; text-align: center; padding: 40px 0 80px; border-bottom: 1px solid #dcdcdc; }

.achievement .main3 { margin-top: 100px; }

.achievement .main3 .content_abstract { border-top: 1px solid #080808; margin-top: 20px; }

.achievement .main3 .content .img_box { margin-top: 20px; }

.achievement .main3 .content .img_box .img { width: 48.7013%; }

.achievement .main3 .content .img_box .img .picture_container { padding-top: 48%; border: solid 1px #dcdcdc; }

.achievement .main3 .content table { margin-top: 60px; width: 100%; font-size: 16px; text-align: center; }

.achievement .main3 .content table th { font-weight: bold; font-size: 18px; color: #333333; padding: 25px 0; background-color: #f4f3f2; border: solid 1px #dcdcdc; }

.achievement .main3 .content table td { font-weight: bold; padding: 25px 0; color: #343434; background-color: #ffffff; border: solid 1px #dcdcdc; }

.achievement .main4 { margin-top: 100px; padding-bottom: 140px; }

.achievement .main4 .content_abstract { border-top: 1px solid #080808; margin-top: 20px; }

.achievement .main4 .content .block_box { border: solid 1px #dcdcdc; }

.achievement .main4 .content .block_box .block { text-align: center; margin: 40px 0; -webkit-box-flex: 1; -webkit-flex: auto; -ms-flex: auto; flex: auto; }

.achievement .main4 .content .block_box .block .name { font-size: 24px; font-weight: bold; line-height: 1.1; color: #333333; }

.achievement .main4 .content .block_box .block .abstract { font-size: 16px; line-height: 30px; color: #343434; margin-top: 15px; }

.achievement .main4 .content .block_box .block:not(:nth-child(3n - 2)) { border-left: 1px solid #dcdcdc; }

.achievement .main4 .details_txt { margin-top: 60px; }

.achievement .main4 .details_txt h3 { font-size: 18px; font-weight: bold; line-height: 1.1; color: #333333; }

.achievement .main4 .details_txt p { position: relative; padding-left: 15px; font-size: 16px; line-height: 36px; color: #343434; }

.achievement .main4 .details_txt p::after { content: ' '; position: absolute; top: 10px; width: 5px; height: 5px; left: 0; -webkit-border-radius: 50%; border-radius: 50%; background-color: #eb6428; }

.img_popup{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0,0,0,0.7);
  display: none;
}

.img_popup .mask{
  width: 100%;
  height: 100%;
}

.img_popup .commonweb{
  max-width: 100%;
}

.img_popupSwiper{
  display: none;
  text-align: center;
}

.img_popupSwiper img{
  max-width: 100%;
  max-height: 100%;
}

.img_popupSwiper .swiper-button-prev,.img_popupSwiper .swiper-button-next{
  background-image: none;
  opacity: 1;
  width: 30px;
  height: 60px;
  z-index: 20;
  cursor: pointer;
  display: block;
}

.img_popupSwiper .swiper-button-prev{
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
}

.img_popupSwiper .swiper-button-next{
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  -ms-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
}

.img_popup .img_exit{
  position: absolute;
  top: 40px;
  right: 40px;
  width:40px;
  height: 40px;
  border:2px solid #fff;
  border-radius: 50%;
  transform: rotate(45deg);
}

.img_popup .img_exit::after,.img_popup .img_exit::before{
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
}
.img_popup .img_exit::after{
  width: 80%;
  height: 2px;
}
.img_popup .img_exit::before{
  height: 80%;
  width: 2px;
}

.header_top{
  border-bottom: 1px solid #dedede;
  display: none;
}

.header_top .block{
  position: relative;
  z-index: 992;

}

.header_top .block:not(:nth-child(first-child)){
  margin-left: 20px;
}

.header_top .block .down{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #dedede;
}
.header_top .block .down a{
  display: block;
  line-height: 30px;
  color: #333;
  background-color: #fff;
  padding: 0 20px;
  white-space: nowrap;
}

.header_top .block .title{
  line-height: 30px;
  position: relative;
  color: #333;
  padding-right: 20px;
}
.header_top .block .title::after{
  content: ' ';
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid #333;
  border-bottom:1px solid #333;
  width: 5px;
  height: 5px;
}
@media (max-width: 1500px) { .news_top_main .block .txt_box { padding: 30px; }
  .news_top_main .block .txt_box .name { font-size: 26px; }
  .news_top_main .block .txt_box .time { margin-top: 30px; }
  .news_top_main .col_box { right: 30px; bottom: 20px; }
  .student_works .main1 .student_worksSwiper { height: 500px; width: 500px; }
  .student_works .main1 .swiper-slide.swiper-slide-active .img_box { width: 500px; } }

@media (max-width: 1260px) { .class_introduction table th { font-size: 26px; line-height: 66px; }
  .send_word { padding: 50px 0 80px; }
  .send_word .title { font-size: 30px; }
  .q_activity .top_block { padding-bottom: 60px; }
  .q_activity { padding-bottom: 80px; }
  .q_activity .block_box { margin: 0 -15px; }
  .q_activity .block_box li { padding: 0 15px; }
  .student_works .main1 .student_worksSwiper { height: 400px; width: 400px; }
  .student_works .main1 .swiper-slide.swiper-slide-active .img_box { width: 400px; }
  .student_works .main1 .swiper-slide .img_box { width: 120px; }
  .student_works .main1 .swiper-slide .img_box { margin-top: -60px; }
  .achievement .main2 { margin-top: 80px; }
  .achievement .main3 { margin-top: 80px; }
  .achievement .main4 { margin-top: 80px; padding-bottom: 80px; }
  .achievement .content_abstract { padding: 30px; }
  .achievement .main1 .content_box .content { padding: 30px; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .achievement .main1 .content_box .content .img:nth-child(2) { margin-top: 20px; }
  .achievement .main2 .content .bottom_line { padding: 30px 0 40px; }
  .achievement .main4 .content .block_box .block { width: 49%; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; }
  .achievement .main4 .content .block_box .block .name { font-size: 20px; } }

@media (max-width: 992px) { .q_switch .details_linkContent { width: 100%; }
  .class_introduction table th { font-size: 24px; }
  .class_introduction .content_box { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .class_introduction .content_box .left_box { width: 100%; -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; margin-top: 20px; }
  .class_introduction .content_box .img { width: 100%; -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  .class_introduction { padding-bottom: 80px; }
  .send_word .title { font-size: 26px; }
  .q_activity .top_block .txt { font-size: 20px; line-height: 1.1; }
  .q_activity .top_block .txt span { width: 100%; display: block; margin-top: 15px; margin-left: 0; }
  .q_activity .top_block { padding-bottom: 20px; }
  .q_activity .block_box { padding-top: 20px; }
  .q_activity .block_box li { width: 50%; }
  .q_activity .block_box li:nth-child(n + 3) { margin-top: 20px; }
  .student_works .main1 .student_worksSwiper { height: 300px; width: 300px; margin-top: 30px; }
  .student_works .swiper-button-prev, .student_works .swiper-button-next { width: 20px; }
  .student_works .main1 .swiper-slide.swiper-slide-active .img_box { width: 300px; }
  .student_works .main1 { padding: 53px 0 80px; }
  .student_works .main1 .title { font-size: 22px; } }

@media (max-width: 768px) { .news_top_main .block { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .news_top_main .block .img { width: 100%; }
  .news_top_main .block .txt_box { width: 100%; }
  .news_top_main .block .txt_box .name { font-size: 20px; line-height: 1.1; height: 42px; }
  .news_top_main .block .txt_box .tag { font-size: 16px; line-height: 1.1; height: auto; margin-top: 20px; }
  .news_top_main .block .txt_box .time { font-size: 14px; margin-top: 20px; }
  .news_top_main .swiper-button-prev, .news_top_main .swiper-button-next { width: 35px; height: 35px; line-height: 31px; }
  .news_top_main .swiper-button-prev img, .news_top_main .swiper-button-next img { max-width: 60%; max-height: 60px; }
  .class_introduction table th { font-size: 20px; line-height: 50px; }
  .class_introduction table td { line-height: 50px; font-size: 16px; }
  .class_introduction .content_box { margin-top: 20px; }
  .class_introduction .content_box .left_box .block .abstract h3 { margin-top: 20px; margin-bottom: 20px; }
  .class_introduction .content_box .left_box .block:not(:first-child) { margin-top: 20px; }
  .news_top_main .block .txt_box { padding: 20px 10px; }
  .news_top_main .block .txt_box .name { font-size: 18px; }
  .news_top_main .block .txt_box .tag { font-size: 14px; margin-top: 15px; }
  .news_top_main .block .txt_box .time { font-size: 14px; margin-top: 15px; }
  .news_top_main .col_box { bottom: 10px; }
  .news_top_main .swiper-button-prev, .news_top_main .swiper-button-next { width: 30px; height: 30px; line-height: 26px; }
  .news_top_main .swiper-button-prev img, .news_top_main .swiper-button-next img { max-width: 30%; max-height: 30px; }
  .class_introduction { padding-bottom: 60px; }
  .send_word { padding: 60px 0; }
  .send_word .title { font-size: 24px; line-height: 1.2; }
  .send_word .details_txt p { margin-top: 20px; }
  .q_activity .block_box { margin: 0 -10px; }
  .q_activity .block_box li { padding: 0 10px; }
  .q_activity .top_block .txt { font-size: 18px; margin-top: 15px; }
  .q_activity .top_block .txt span { margin-top: 10px; }
  .q_activity .top_block .swiper-button-prev, .q_activity .top_block .swiper-button-next { width: 40px; height: 40px; border: 2px solid #fff; line-height: 36px; }
  .q_activity .block_box .block .txt_box { padding: 10px; }
  .q_activity .block_box .block .txt_box .name { font-size: 16px; line-height: 1.1; }
  .q_activity .block_box .block .txt_box .icon { width: 60px; margin-top: 10px; }
  .q_activity .block_box .block .txt_box .abstract { font-size: 14px; height: auto; line-height: 20px; -webkit-line-clamp: 3; margin-top: 15px; }
  .q_activity .block_box .block .txt_box .time { margin-top: 20px; font-size: 14px; }
  .q_activity .page_box { margin-top: 20px; padding-top: 20px; }
  .q_activity { padding-bottom: 60px; }
  .q_activity .top_block { margin-top: 30px; }
  .student_works .main1 { padding: 60px 0; }
  .student_works .main1 .title { font-size: 18px; }
  .student_works .main1 .student_worksSwiper .icon1 { display: none; }
  .student_works .main1 .student_worksSwiper .icon2 { display: none; }
  .achievement .main2 { margin-top: 60px; }
  .achievement .main3 { margin-top: 60px; }
  .achievement .main4 { margin-top: 60px; padding-bottom: 60px; }
  .achievement .content_abstract { padding: 20px; }
  .achievement .main1 .content_box .content { padding: 20px; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .achievement .main1 .content_box .content .img:nth-child(2) { margin-top: 15px; }
  .achievement .main2 .content .bottom_line { padding: 20px 0 30px; }
  .achievement .main4 .content .block_box .block .name { font-size: 18px; }
  .achievement .main4 .content .block_box .block .abstract { font-size: 14px; }
  .achievement .content_title { font-size: 18px; }
  .achievement .main2 .content table th { font-size: 16px; }
  .achievement .main3 .content table th { font-size: 16px; }
  .achievement .main4 .content .block_box .block .name { font-size: 16px; }
  .achievement .main4 .content .block_box .block { margin: 20px 0; }
  .achievement .main4 .details_txt { margin-top: 20px; } }

@media (max-width: 480px) { .understandBg ul li { opacity: 1; }
  .ideaDesc dl dd { text-align: left; }
  .class_introduction table td { font-size: 14px; }
  .class_introduction table th { font-size: 18px; }
  .class_introduction .content_box .left_box .block .name { font-size: 18px; }
  .class_introduction .content_box .left_box .block .abstract { font-size: 14px; line-height: 1.2; }
  .class_introduction { padding-bottom: 30px; }
  .send_word { padding: 30px 0; }
  .send_word .title { font-size: 20px; }
  .send_word .details_txt { margin-top: 20px; }
  .send_word .details_txt p { margin-top: 10px; line-height: 1.2; }
  .q_activity { padding-bottom: 30px; }
  .q_activity .page_box { margin-top: 15px; padding-top: 15px; }
  .q_activity .top_block .txt { font-size: 16px; }
  .q_activity .top_block .swiper-button-prev, .q_activity .top_block .swiper-button-next { width: 30px; height: 30px; line-height: 26px; }
  .q_activity .top_block { margin-top: 20px; }
  .student_works .main1 .student_worksSwiper { height: 250px; width: 250px; margin-top: 20px; }
  .student_works .main1 .swiper-slide.swiper-slide-active .img_box { width: 250px; }
  .student_works .main1 .swiper-slide .img_box { width: 80px; }
  .student_works .main1 .swiper-slide .img_box { margin-top: -40px; }
  .student_works .main1 { padding: 30px 0; }
  .student_works .main1 .title { font-size: 16px; margin-top: 15px; }
  .student_works .swiper-pagination { margin: 0 10px; }
  .student_works .swiper-button-prev, .student_works .swiper-button-next { width: 15px; }
  .achievement .main2 { margin-top: 30px; }
  .achievement .main3 { margin-top: 30px; }
  .achievement .main4 { margin-top: 30px; padding-bottom: 30px; }
  .achievement .content_abstract { padding: 10px; font-size: 14px; line-height: 1.2; }
  .achievement .main1 .content_box .content { padding: 10px; }
  .achievement .main2 .content .bottom_line { padding: 15px 0 20px; }
  .achievement .main4 .content .block_box .block .name { font-size: 16px; }
  .achievement .main4 .content .block_box .block .abstract { font-size: 14px; }
  .achievement .content_title { font-size: 16px; }
  .achievement .main2 .content table th { font-size: 14px; padding: 15px 5px; }
  .achievement .main3 .content table th { font-size: 14px; padding: 15px 5px; }
  .achievement .main4 .content .block_box .block .name { font-size: 14px; }
  .achievement .main4 .details_txt { margin-top: 15px; }
  .achievement .main2 .content table td { font-size: 14px; padding: 15px 5px; }
  .achievement .main3 .content table td { padding: 15px 5px; }
  .achievement .main2 .content .bottom_line { font-size: 14px; }
  .achievement .main3 .content table { font-size: 14px; }
  .achievement .main4 .content .block_box .block .abstract { line-height: 1.1; }
  .achievement .main1 .content_box .content .img:nth-child(1) { width: 30%; }
  .q_activity .block_box li { width: 100%; }
  .q_activity .block_box li:not(:first-child) { margin-top: 15px; }
  .q_activity .top_block .swiper-button-prev, .q_activity .top_block .swiper-button-next { top: -webkit-calc(50% - 20px); top: calc(50% - 20px); }
  .dormitoryFacilitiesClass ul li { height: 45px; line-height: 45px; }
  .img_popup .img_exit{
    top: 20px;
    right: 20px;
    width:30px;
    height: 30px;
}
 }

@media (max-width: 1440px) { .problem_list .item .title_content .q_box { font-size: 18px; }
  .problem_list .item .desc_content .an_box { font-size: 26px; }
  .problem_list .item .desc_content .an_content { padding-left: 30px; }
  .problem_list .item .title_content .q_tit { padding-left: 40px; }
  .newsbox_list .item .desc .title { font-size: 20px; }
  .newsbox_list .item .desc .jianjie { font-size: 14px; line-height: 24px; height: 74px; }
  .newsbox_list .item { padding-top: 30px; }
  .newsbox_list .item .desc { padding: 25px 0 30px 0; }

  
  .newsbox_list .item .desc .date { font-size: 16px; } 
}

@media (max-width: 1260px) { .scholarship_list .item .s_title { font-size: 16px; }
  .scholarship_list .item .pdfbtn .name { font-size: 14px; }
  .scholarship_list .item .pdfbtn { min-width: 70px; width: 70px; height: 70px; }
  .headerBlack .nav ul li > a{font-size:14px;}
  .nav ul li{margin-left:5px}
}

@media (max-width: 991px) { .problem_list .item .title_content .q_tit { font-size: 18px; }
  .problem_list .item .desc_content .an_content br { display: none; }
  .problem_list .item .desc_content { padding: 30px; }
  .notice_list .item .title_box .title { font-size: 18px; }
  .notice_list .item .title_box .date { font-size: 14px; }
  .notice_list .item .links_icon { width: 60px; height: 60px; }
  .newsbox_list .item .desc .title { font-size: 16px; line-height: 24px; height: 50px; }
  .newsbox_list .item .desc .jianjie { margin-top: 10px; }
  .newsbox_list .item .desc .date { margin-top: 15px; }
  .details_content .details_top .details_title { font-size: 20px; margin-bottom: 15px; }
  .details_content .details_top { padding: 0px 0 30px; }
  .details_neirong { padding-top: 30px; }
  .details_linkContent { width: 100%; }
  .details_tolink .back_list { position: static; -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); margin: 30px auto 0; width: 210px; }
  .details_next { border-bottom: 1px solid #000; }
  .details_tolink { border-bottom: none; }
  .details_main { padding-bottom: 60px; }
  .join_list .item .title_content { padding: 20px 0; }
  .join_list .item .down_btn { position: absolute; top: 26px; right: 0; }
  .join_list .title_content .name { font-size: 16px; }
  .joincontent { padding: 30px 15px; }
  .joincontent .left { width: 100%; }
  .joincontent .right { width: 100%; margin-top: 30px; }
  .joincontent .left br { display: none; }
  .joincontent .left h2 { font-size: 18px; margin-bottom: 10px; }
  .joincontent .left { font-size: 14px; line-height: 24px; }
  .joincontent .right h2 { margin-bottom: 10px; }
  .joincontent .right { font-size: 14px; line-height: 24px; }
  .joincontent .right .send_email { height: 50px; line-height: 50px; width: 160px; font-size: 14px; }
  .join_main, .contact_main { padding-bottom: 60px; }
  .contact_list .item { width: 100%; } }

@media (max-width: 768px) { .scholarship_main, .problem_main, .notice_main { padding-bottom: 60px; }
  .scholarship_list .item .pdfbtn .down_icon { width: 18px; height: 15px; background-size: contain !important; }
  .scholarship_list .item .pdfbtn { min-width: 55px; width: 55px; height: 55px; }
  .problem_list .item .title_content .q_tit { font-size: 16px; }
  .problem_list .item .title_content .q_box { font-size: 16px; width: 35px; height: 35px; min-width: 35px; }
  .problem_list .item .desc_content .an_box { font-size: 18px; margin-top: 5px; }
  .problem_list .item .desc_content { padding: 20px 15px; }
  .problem_list .item .desc_content .an_content { padding-left: 0; font-size: 14px; line-height: 26px; }
  .problem_list .item .title_content .q_tit { padding-left: 20px; }
  .notice_list .item .title_box .title { font-size: 16px; }
  .notice_list .item .title_box { padding-right: 0; }
  .notice_list .item .links_icon { display: none; }
  .notice_list .item a { padding: 15px 0; }
  .select_content .sc_title { display: none; }
  .select_content .sc_content { width: 100%; }
  .select_content { padding-bottom: 30px; }
  .friendly_list { margin-top: 20px; margin-bottom: 40px; }
  .friendly_list .item { width: -webkit-calc(50% - 7.5px); width: calc(50% - 7.5px); margin-right: 15px !important; }
  .friendly_list .item:nth-child(2n) { margin-right: 0 !important; } 
  .header.head2 .nav ul li:hover .down{
    border: none;
}}

@media (max-width: 580px) { .newsbox_main { padding-bottom: 30px; }
  .newsbox_main .bottom { padding-bottom: 0; border-bottom: none; }
  .scholarship_list .item .pdfbtn .name { display: none; }
  .scholarship_list .item .s_title { font-size: 14px; }
  .scholarship_list .item { padding: 15px 0; }
  .problem_list .item .title_content .q_tit { font-size: 14px; padding-left: 10px; }
  .down_btn i::after, .down_btn i::before { height: 10px; }
  .down_btn i::before { left: 8px; }
  .down_btn i::after { right: 8px; }
  .select_content{padding-bottom: 15px;}
  .select_content .sc_form .select_box { width: 100px; height: 50px; }
  .select_content .sc_form .search_cont {height: 50px; }
  .select_content .sc_form .search_cont input { line-height: 46px; }
  .select_content .sc_form .search_cont input { padding: 0 15px; }
  .select_content .select_box .selectList .item { font-size: 12px; padding: 8px 10px; }
  .newsbox_list .item { position: static !important; width: 100% !important; margin-right: 0 !important; padding: 0; border: none !important; }
  .newsbox_list { padding-top: 30px; margin-left: 0; margin-right: 0; }
  .newsbox_list .item .desc { border: none; }
  .newsbox_list .item:nth-child(2) { padding: 0; }
  .newsbox_list .item:nth-child(2) .imgbox { display: block; }
  .newsbox_list .item:nth-child(2) .desc { padding-top: 20px !important; }
  .newsbox_list .item .desc .title { height: auto; }
  .newsbox_list .item .desc .jianjie { height: auto; }
  .details_content .details_top .details_title { font-size: 16px; margin-bottom: 5px; }
  .details_content .details_top .datebox { font-size: 14px; }
  .details_content .details_top { padding: 0px 0px 15px; }
  .details_neirong { padding-top: 20px; }
  .details_neirong { font-size: 14px; line-height: 26px; }
  .details_linkbox .icon { display: none; }
  .details_linkbox .date, .details_linkbox { font-size: 14px; }
  .details_linkbox .title { padding: 0 15px; width: -webkit-calc(100% - 140px); width: calc(100% - 140px); }
  .details_tolink .back_list { width: 170px; height: 55px; line-height: 55px; }
  .join_list .title_content .name, .join_list .title_content .address, .join_list .title_content .person, .join_list .title_content .date { width: 50%; margin: 5px 0; }
  .join_list .item .title_content { font-size: 14px; }
  .join_list .item .title_content { padding: 15px 0; }
  .join_list .item .down_btn { top: 40px; }
  .contact_content .map_img { margin: 20px 0; }
  .contact_list .item h2 { font-size: 18px; margin-bottom: 5px; }
  .contact_list .item { font-size: 14px; padding: 30px 15px; } }

  .share {
    display: none;
  }

  .details_main{
    margin-top: 30px;
  }

  .details_main .details_content{
    width: 63.5%;
  }
  .details_main .right_box{
    width: 30%;
    position: relative;
  }
  
  .details_main .right_box .box{
      /*position:sticky;*/
      /*top: 80px;*/
      background: #ffffff;
  }

  .details_main .right_box .title_box{
    background-color: #ec6323;
    padding-left: 15px;
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 60px;
  }

  .details_main .right_box .block_box{
    border: solid 1px #eee;
    border-top: 0;
    padding: 20px 20px 26px;
  }
  .details_main .right_box .block_box .block:not(:first-child){
    margin-top: 10px;
  }
  .details_main .right_box .block_box .block .img{
    width: 40%;
  }
  .details_main .right_box .block_box .block .img .picture_container{
    padding-top: 41.17%;
  }
  .details_main .right_box .block_box .block .txt{
    width: 55%;
  }
  .details_main .right_box .block_box .block .txt .name{
    color: #222222;
    font-size: 16px;
    display: -webkit-box;
    height: 40px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .details_main .right_box .block_box .block .txt .time{
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
  }

  .details_main .right_box .box:nth-child(2){
    margin-top: 15px;
  }

  .details_main .right_box .block_box1{
    padding: 20px 20px 26px;
    border: solid 1px #eee;
    border-top: 0;
  }
  
  .details_main .right_box .block_box1 .img .picture_container{
    padding-top: 41.17%;
  }

  .details_main .right_box .block_box1 .name{
    font-size: 16px;
    display: -webkit-box;
    height: 52px;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .details_main .right_box .block_box1 .abstract{
    letter-spacing: -1px;
    color: #929292;
    display: -webkit-box;
    height: 60px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 10px;
  }

  .details_main .right_box .block_box1 .time{
    color: #525252;
    font-size: 16px;
    margin-top: 20px;
  }

  @media (max-width: 991px){
    .details_main .details_content{
      width: 100%;
    }
    .details_main .right_box{
      width: 100%;
      margin-top: 15px;
    }
    .details_main .right_box .box{ position:relative; top:0px;}
  }

.send_word_title { font-size: 36px; font-weight: bold; color: #eb6328; text-align: center; }

.send_word { background-image: url(/dist/images/principal_bg.jpg); }

.send_word .top_img { text-align: center; margin-top: 90px; }

.send_word .details_txt1 { margin-top: -15px; background-color: #ffffff; -webkit-box-shadow: 0px 1px 32px 0px rgba(51, 51, 51, 0.11); box-shadow: 0px 1px 32px 0px rgba(51, 51, 51, 0.11); -webkit-border-radius: 20px; border-radius: 20px; padding: 120px; }

.send_word .name_box { margin-top: 70px; }

.send_word .txt_box h3 { font-size: 28px; line-height: 36px; color: #333333; margin-top: 30px; margin-bottom: 30px; }

.send_word .txt_box p { font-size: 14px; line-height: 36px; letter-spacing: 0px; color: #333333; }



@media (max-width: 1200px) { .send_word .details_txt1 { padding: 20px; margin: 0; }
  .send_word .top_img { margin-top: 40px; }
  .send_word .txt_box h3 { margin: 15px 0; } }

@media (max-width: 768px) { .send_word_title { font-size: 20px; }
  .send_word .top_img { margin-top: 20px; }
  .send_word .txt_box h3 { font-size: 18px; line-height: 1.1; }
  .send_word .details_txt1 { padding: 10px; }
  .send_word .txt_box p { line-height: 1.2; }
  .send_word .name_box { margin-top: 20px; }
  .send_word .name_box img { width: 100px; } }
  
  
  
  
 /* 新增页面样式 start */
.common_title { font-size: 30px; line-height: 1.1; font-weight: bold; }

.common_desc { font-size: 16px; line-height: 30px; margin-top: 20px; margin-bottom: 30px; }

.educational_services { padding-top: 60px; padding-bottom: 95px; }

.educational_content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom:40px;}

.educational_content .left { width: 50%; padding-top: 50px; }
.educational_content:last-child{margin-bottom:0;}

.educational_content .right { width: 50%; }

.educational_content .educat_desc { font-size: 16px; line-height: 30px; padding-right: 30px; margin-top: 25px; padding-top: 30px; border-top: 1px solid #dcdcdc; }

.peiqiaoBranch_main { margin-bottom: 120px; }

.branch_type { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 40px; }

.branch_type .item { position: relative; width: 25%; background: #fafafa; border-bottom: 2px solid #eb6428; height: 80px; line-height: 80px; font-size: 24px; text-align: center; font-weight: bold; cursor: pointer; }

.branch_type .item.active { background: #eb6428; color: #fff; }

.branch_type .item::after { display: block; content: ""; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0; width: 1px; height: 30px; background: #dcdcdc; }

.branch_type .item:last-child::after { display: none; }

.branch_type .item.active::after { display: none; }

.branch_list .item { display: none; }

.branch_list .item:first-child { display: block; }

.branch_list .item_content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.branch_list .item_content .branch_img { width: 50%; }



.branch_list .item_content .branch_desc { width: 50%; background: #f6f6f6; 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; padding: 30px 70px; }

.branch_list .item_content .entitle { font-size: 48px; line-height: 1; font-weight: bold; }

.branch_list .item_content .introduction { font-size: 16px; line-height: 30px; margin-top: 25px; }

.famous_content { border-top: 1px solid #000000; padding-top: 50px; padding-bottom: 40px; }

.famous_list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; overflow: hidden; }

.famous_list .item { border-bottom: 1px solid #dcdcdc; padding: 40px 30px; width: 25%; position: relative; margin-bottom: -1px; }

.famous_list .item:nth-child(4n + 1), .famous_list .item:nth-child(1) { padding-left: 0 !important; }

.famous_list .item:nth-child(4n) { padding-right: 0 !important; }

.famous_list .item::after { display: block; content: ""; position: absolute; top: 40px; bottom: 40px; right: 0; width: 1px; background: #dcdcdc; }

.famous_list .item:nth-child(4n):after { display: none; }

.famous_list .item:nth-child(-n+4) { border-top: 1px solid #dcdcdc; }

.famous_list .item .fullName { font-size: 24px; font-weight: bold; line-height: 1; }

.famous_list .item .fullName span { padding-bottom: 20px; border-bottom: 1px solid #eb6428; line-height: 1; display: inline-block; }

.famous_list .item .fullDesc { font-size: 16px; line-height: 24px; margin-top: 15px; min-height: 48px; }

.peiqiaoAcademy_main { padding-bottom: 340px; background: url(/dist/images/c_abgunabg.jpg) bottom no-repeat; }

.peiqiaoAcademy_content { border-top: 1px solid #000; padding-top: 80px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.peiqiaoAcademy_content .left { width: 50%; padding-top: 30px; }

.peiqiaoAcademy_content .right { width: 50%; }

.peiqiaoAcademy_content .academy_tit { font-size: 40px; line-height: 1; font-weight: bold; margin-bottom: 15px; }

.peiqiaoAcademy_content .academy_name { font-size: 30px; line-height: 1.2; font-weight: bold; margin-bottom: 35px; position: relative; z-index: 10; }

.peiqiaoAcademy_content .academy_zhuxi { font-size: 18px; line-height: 1.2; font-weight: bold; margin-bottom: 50px; }

.peiqiaoAcademy_content .academy_zhuxi span:last-child { margin-left: 60px; }

.peiqiaoAcademy_content .academy_desc { font-size: 16px; line-height: 30px; padding-right: 50px; border-top: 1px solid #dcdcdc; padding-top: 50px; }

.peiqiaoAcademy_content .academy_desc p { margin-bottom: 20px; }

.peiqiaoAcademy_content .academy_desc p:last-child { margin-bottom: 0; }

.facilities_container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.facilities_container .facilities_category { width: 260px; }

.facilities_container .facilities_img_content { width: -webkit-calc(100% - 260px); width: calc(100% - 260px); }

.facilities_category .item { -webkit-transition: all 0.4s; transition: all 0.4s; width: 100%; background: #f0f0f0; height: 107px; border-bottom: 1px solid #fff; padding-left: 50px; cursor: pointer; }

.facilities_category .item .itembox { width: 100%; 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; }

.facilities_category .item img { width: 55px; height: 55px; }

.facilities_category .item p { font-size: 18px; font-weight: bold; margin-left: 15px; }

.facilities_category .item .img1 { display: block; }

.facilities_category .item .img2 { display: none; }

.facilities_category .item.active, .facilities_category .item:hover { background: #eb6428; color: #fff; }

.facilities_category .item.active .img1, .facilities_category .item:hover .img1 { display: none; }

.facilities_category .item.active .img2, .facilities_category .item:hover .img2 { display: block; }

.facilities_img_content .facilitiesListImgBox { padding-bottom: 0 !important; }

.facilities_img_content .facilitiesListImg p { font-size: 30px; bottom: 30px; font-weight: 700; position: absolute; width: 100%; text-align: center; color: #fff; }

.facilities_container { margin-bottom: 150px; margin-top: 45px; }

.facilities_img_content .facilitiesListImg { display: none; }

.facilities_img_content .facilitiesListImg:first-child { display: block; }

.facilities_category .item:nth-child(n+6) { display: none; }

.facilities_category.show_category .item:nth-child(n+6) { display: block; }

.facilities_category .item.more_show { display: block; }

.curriculum_main { padding-bottom: 130px; }

.coursepadding { padding: 50px 0; border-bottom: 1px solid #000000; }

.course_structure ul { margin-top: 25px; }

.course_structure ul li { position: relative; font-size: 16px; margin-bottom: 10px; padding-left: 15px; }

.course_structure ul li::after { display: block; content: ""; position: absolute; top: 10px; left: 0; width: 5px; height: 5px; background: #eb6428; -webkit-border-radius: 50%; border-radius: 50%; }

.course_structure ul li:last-child { margin-bottom: 0; }

.course_category_list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.course_category_list .item { margin-top: 30px; margin-right: 20px; width: -webkit-calc(33.33333% - 40px / 3); width: calc(33.33333% - 40px / 3); background: #f4f3f2; height: 150px; 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; padding: 0 10px; -webkit-transition: all 0.4s; transition: all 0.4s; cursor: pointer; font-size: 24px; font-weight: bold; }

.course_category_list .item:nth-child(3n) { margin-right: 0; }

.course_category_list .item.active, .course_category_list .item:hover { background: #eb6428; color: #fff; }

.designConceptContent ul li { font-size: 16px; position: relative; margin-bottom: 30px; padding-left: 13px; }

.designConceptContent ul li::after { display: block; content: ""; position: absolute; top: 10px; left: 0; width: 5px; height: 5px; background: #eb6428; -webkit-border-radius: 50%; border-radius: 50%; }

.designConceptContent ul li:last-child { margin-bottom: 0; }

.hongKongCoursesBox { padding-bottom: 0 !important; border-bottom: none !important; }

.hongKongCoursesBox .curriculumSystemContent .desc p { margin-bottom: 30px; }

.hongKongCoursesBox .curriculumSystemContent .desc p:last-child { margin-bottom: 0; }

.courseList_content > .item { display: none; }

.courseList_content > .item:first-child { display: block; }

.studentWorks_main { padding-bottom: 100px; }

.studentWorks_category { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 40px; }

.studentWorks_category .item { margin-bottom: 25px; position: relative; background: #f0f0f0; width: 244px; height: 64px; 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; cursor: pointer; margin-right: 15px; -webkit-transition: all 0.4s; transition: all 0.4s; font-weight: bold; font-size: 18px; }

.studentWorks_category .item:last-child { margin-right: 0; }

.studentWorks_category .item::after { opacity: 0; display: block; content: ""; position: absolute; bottom: -18px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 0px; height: 0px; border: 9px solid #000; border-top-color: #eb6428; border-bottom-color: transparent; border-left-color: transparent; border-right-color: transparent; }

.studentWorks_category .item.active::after { opacity: 1; }

.studentWorks_category .item.active { background: #eb6428; color: #fff; }

.studentWorks_list .cstuZuopin_box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.studentWorks_list .cstuZuopin_box .imgbox { overflow: hidden; position: relative; background: #d6d3ca; }

.studentWorks_list .cstuZuopin_box .left { width: 48.7013%; }

.studentWorks_list .cstuZuopin_box .left .cstuZuopin_item .imgbox { height: 600px; }

.studentWorks_list .cstuZuopin_box .cstuZuopin_item .imgbox img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 120%; }

.studentWorks_list .cstuZuopin_box .right { width: 50%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.studentWorks_list .title_z { font-size: 24px; margin-top: 15px; font-weight: bold; }

.studentWorks_list .cstuZuopin_box .right .cstuZuopin_item { margin-right: 20px; width: -webkit-calc(50% - 10px); width: calc(50% - 10px); }

.studentWorks_list .cstuZuopin_box .right .cstuZuopin_item:nth-child(2n) { margin-right: 0; }

.studentWorks_list .cstuZuopin_box .right .cstuZuopin_item .title_z { font-size: 20px; margin-bottom: 15px; }

.studentWorks_list .cstuZuopin_box .right .cstuZuopin_item .imgbox { height: 270px; }

.studentWorks_bottom { 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; margin-top: 55px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.studentWorks_bottom .stude_pagination { margin: 0 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.studentWorks_bottom .studeBtn { cursor: pointer; }

.studentWorks_bottom .stude_pagination span { margin: 0 8px; background: #f0f0f0; width: 25px; height: 25px; font-size: 16px; 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; opacity: 1; }

.studentWorks_bottom .stude_pagination span.swiper-pagination-bullet-active { background: #eb6428; color: #fff; }

.studentWorks_list .item { display: none; }

.studentWorks_list .item:first-child { display: block; }
.facilities_img_content .facilitiesListPrev,.facilities_img_content .facilitiesListNext{display:none !important;}
.imgpcShow{display:block;}
.imgmobileShow{display:none;}

@media (max-width: 1440px) { .studentWorks_list .title_z { font-size: 20px; }
  .facilities_category .item { height: 95px; padding-left: 35px; }
  .facilities_category .item img { width: 45px; height: 45px; }
  .facilities_container { margin-bottom: 100px; }
  .facilities_img_content .facilitiesListImg p { font-size: 22px; }
  .educational_content .left { padding-top: 0; }
  .common_title { font-size: 26px; }
  .branch_type .item { font-size: 18px; }
  .branch_list .item_content .entitle { font-size: 30px; }
  .branch_list .item_content .branch_desc { padding: 30px 50px; }
  .branch_list .item_content .introduction { margin-top: 15px; }
  .famous_list .item .fullName { font-size: 20px; }
  .peiqiaoAcademy_content { padding-top: 100px; }
  .peiqiaoAcademy_content .academy_zhuxi { font-size: 16px; }
  .peiqiaoAcademy_content .academy_desc p br { display: none; }
  .peiqiaoAcademy_content .academy_desc { padding-top: 20px; }
  .peiqiaoAcademy_content .academy_zhuxi { margin-bottom: 30px; }
  .peiqiaoAcademy_main { padding-bottom: 240px; } }

@media (max-width: 1260px) { .course_category_list .item { font-size: 18px; height: 100px; }
  .common_title { font-size: 24px; }
  .studentWorks_list .cstuZuopin_box .left .cstuZuopin_item .imgbox { height: 450px; }
  .studentWorks_list .cstuZuopin_box .right .cstuZuopin_item .imgbox { height: 198px; }
  .studentWorks_list .cstuZuopin_box .right .cstuZuopin_item .title_z { font-size: 16px; }
  .studentWorks_category .item { font-size: 16px; width: 190px; height: 55px; }
  .educational_content .educat_desc br { display: none; }
  .peiqiaoBranch_main { margin-bottom: 70px; }
  .educational_services { padding-bottom: 70px; }
  .famous_content { padding-bottom: 60px; }
  .peiqiaoAcademy_content .academy_name { font-size: 20px; margin-bottom: 30px; }
  .peiqiaoAcademy_content .academy_tit { font-size: 30px; }
  .peiqiaoAcademy_content { padding-top: 60px; }
  .branch_list .item_content .entitle { font-size: 22px; } }

@media (max-width: 992px) {

  .studentWorks_list .cstuZuopin_box .left { width: 100%; }
  .studentWorks_list .cstuZuopin_box .cstuZuopin_item .imgbox { height: auto !important; }
  .studentWorks_list .cstuZuopin_box .cstuZuopin_item .imgbox img { position: static; -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); }
  .studentWorks_list .cstuZuopin_box .right { width: 100%; margin-top: 20px; }
  .studentWorks_list .title_z { font-size: 16px; }
  .facilities_container .facilities_category { width: 100%; }
  .facilities_container .facilities_img_content { width: 100%; margin-top: 30px; }
  .facilities_container .facilities_category { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .facilities_category .item { padding: 0 15px; margin-right: 10px; width: -webkit-calc(33.3333% - 20px / 3); width: calc(33.3333% - 20px / 3); margin-bottom: 10px; }
  .facilities_category .item:nth-child(3n) { margin-right: 0; }
  .facilities_category .item img { width: 30px; height: 30px; }
  .facilities_category .item p { font-size: 16px; }
  .facilities_category .item { height: 70px; }
  .facilities_img_content .facilitiesListImg p { font-size: 18px; bottom: 15px; }
  .facilities_category .item.more_show { margin-right: 0 !important; }
  .educational_content .left { width: 100%; -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; }
  .educational_content .right { width: 100%; -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; margin-bottom: 20px; }
  .educational_services { padding: 40px 0; }
  .branch_list .item_content .branch_img { width: 100%; }
  .branch_list .item_content .branch_desc { width: 100%; padding: 40px 20px; }
  .famous_list .item { width: 50%; }
  .famous_list .item:nth-child(2n):after { display: none; }
  .famous_list .item:nth-child(2n + 1), .famous_list .item:nth-child(1) { padding-left: 0 !important; }
  .peiqiaoAcademy_content { padding-top: 40px; }
  .peiqiaoAcademy_content .left { width: 100%; -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; }
  .peiqiaoAcademy_content .right { width: 100%; -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  .peiqiaoAcademy_content .academy_name { white-space: normal; }
  .peiqiaoAcademy_content .academy_desc { padding-right: 0; } 
    
    .imgpcShow{display:none;}
.imgmobileShow{display:block;}
}

@media (max-width: 768px) { .famous_list .item:nth-child(3), .famous_list .item:nth-child(4) { border-top: none; }
  .coursepadding { padding: 30px 0; }
  .educational_content {margin-bottom:15px;}
  .common_title { font-size: 18px; }
  .course_category_list .item { margin-top: 15px; font-size: 16px; }
  .designConceptContent ul li { font-size: 14px; margin-bottom: 10px; }
  .curriculum_main { padding-bottom: 80px; }
  .studentWorks_category .item { font-size: 14px; margin-right: 10px; width: -webkit-calc(33.3333% - 20px / 3); width: calc(33.3333% - 20px / 3); }
  .facilities_container { margin-bottom: 40px; }
  .branch_type .item { font-size: 14px; width: -webkit-calc(50% - 15px / 2); width: calc(50% - 15px / 2); margin-right: 15px; margin-bottom: 15px; border-bottom: none; }
  .branch_type .item:nth-child(2n) { margin-right: 0; }
  .branch_type .item::after { display: none; }
  .branch_type { margin-bottom: 20px; }
  .peiqiaoAcademy_content .academy_tit{font-size:20px;}
  .peiqiaoAcademy_content .academy_name { font-size: 16px; } 
    
}

@media (max-width: 580px) { .course_category_list .item { margin-top: 15px; font-size: 14px; height: 60px; margin-right: 6px; width: -webkit-calc(33.3333% - 4px); width: calc(33.3333% - 4px); }
  .curriculum_main { padding-bottom: 40px; }
  .studentWorks_list .title_z { font-size: 14px !important; margin-top: 8px; }
  .studentWorks_category .item { height: 45px; }
  .studentWorks_category { margin-top: 20px; }
  .studentWorks_main { padding-bottom: 40px; }
  .studentWorks_bottom .stude_pagination span { font-size: 12px; }
  .studentWorks_bottom .studeBtn img { width: 8px; }
  .studentWorks_bottom { margin-top: 20px; }
  .facilities_category .item p { font-size: 12px; margin-left: 5px; }
  .facilities_container .facilities_img_content { margin-top: 10px; }
  .facilities_container { margin-top: 20px; }
  .facilities_category .item { height: 60px; padding: 0 5px; }
  .facilities_img_content .facilitiesListImg p { font-size: 14px; }
  .facilitiesListImg span { height: 50px; }
  .educational_content .educat_desc { margin-top: 15px; padding-top: 15px; }
  .educational_services { padding-top: 20px; }
  .branch_type .item { height: 55px; line-height: 55px; }
  .branch_type { margin-bottom: 10px; }
  .branch_list .item_content .entitle { font-size: 18px; }
  .peiqiaoBranch_main { margin-bottom: 40px; }
  .famous_content { padding: 30px 0; }
  .common_desc { margin-top: 15px; margin-bottom: 20px; }
  .famous_list .item .fullName { font-size: 16px; }
  .famous_list .item .fullDesc { font-size: 14px; }
  .famous_list .item { padding: 20px 15px; }
  .famous_list .item .fullName span { padding-bottom: 10px; }
  .famous_list .item::after { top: 20px; bottom: 20px; }

  .peiqiaoAcademy_content .academy_zhuxi { font-size: 14px; margin-bottom: 15px;line-height: 23px; }
  .peiqiaoAcademy_content .academy_zhuxi span:last-child{margin-left: 0px;}
  .peiqiaoAcademy_content .academy_zhuxi span {display: block;}
  .peiqiaoAcademy_main { padding-bottom: 80px; } }

/* 新增页面样式 end */


/* 日历样式*/
.activity_calendar{padding: 60px 0;display: flex;flex-wrap: wrap;justify-content: space-between;}

.object-classify h4 { height: 46px; line-height: 46px; color: #fff; text-align: center; background-color: #da5528;font-size: 16px; font-weight: bold; margin-bottom: 15px; max-width: 140px; }

.object-list a { line-height: 1;display: inline-block; font-weight: bold; color: #1a1a1a; padding: 10px 16px; margin-bottom: 20px; position: relative; }

.object-list a:before { content: ""; display: block; width: 8px; height: 8px; vertical-align: middle; -webkit-border-radius: 50%; border-radius: 50%; margin-right: 10px;position: absolute;top: 50%;left: 0; transform: translateY(-50%);}

.object-list a[data-object="stu"]:before, .fc-h-event[href="stu"] .fc-content:before { background: #da5528; }

.object-list a[data-object="par"]:before, .fc-h-event[href="par"] .fc-content:before { background: #f5e20e; }

.object-list a[data-object="tch"]:before, .fc-h-event[href="tch"] .fc-content:before { background: #92e0f5; }

.object-list a[data-object="act"]:before, .fc-h-event[href="act"] .fc-content:before { background: #a2e186; }
.calendar-wrap { padding-bottom: 30px; }

.calendar-box { font-family: rubik; position: relative;width: 100%; }

.calendar-box .fc-header td { border: none; }

.fc-sat div, .fc-sun div { color: #d8552a !important; }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number { width: 100%; text-align: left; display: block; font-size: 18px; padding: 12px 12px 0 12px; line-height: 23px; height: 23px; color: #808080; }

.fc-day-cnTerm, .fc-day-cnDate { text-align: left; padding: 12px 2px 0 2px; color: #808080; font-size: 12px; }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number { float: left !important; }

.fc-day-cnDate { display: none; }

.fc-day-cnTerm { color: #d8552a; }

.fc-widget-header .fc-sat div, .fc-widget-header .fc-sun div, .fc-widget-header th div { background: #f1efe3; height: 64px; line-height: 64px; color: #424242 !important; font-size: 14px; font-weight: normal; }

.fc .fc-button-group > :first-child { margin-right: 10px; }

.fc-button-group .fc-button { width: 38px; height: 38px; background: none; -webkit-box-shadow: none; box-shadow: none; border: 1px solid #000; background-position: center 14px; background-repeat: no-repeat; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; padding: 0; font-size: 0; }

.fc-button-group .fc-button:hover { background-color: #da5528; }

.fc-button-group .fc-button.fc-prev-button { background-image: url(/dist/images/c_arrow02.png); }

.fc-button-group .fc-button.fc-prev-button:hover { background-image: url(/dist/images/c_arrow02cur.png); }

.fc-button-group .fc-button.fc-next-button { background-image: url(/dist/images/c_arrow03.png); }

.fc-button-group .fc-button.fc-next-button:hover { background-image: url(/dist/images/c_arrow03cur.png); }

.fc-state-default.fc-corner-right, .fc-state-default.fc-corner-left { -webkit-border-radius: 0 !important; border-radius: 0 !important; }

.fc-left h2 { color: #da5528; font-size: 20px; font-family: "rubik"; }

.fc-unthemed td.fc-today { background: none !important; }

.fc-time { display: none; }

.fc-h-event { pointer-events: none; background: none !important; border: 0 !important; color: #4d4d4d !important; padding: 3px 0 3px 10px !important; }

/* .fc-h-event .fc-content:before { content: ""; display: inline-block; width: 8px; height: 8px; vertical-align: 0px; -webkit-border-radius: 50%; border-radius: 50%; margin-right: 5px; }*/
.activeDateShow{display: block !important;color: #4dcc2b !important;}
@media (min-width: 1024px){
    .object-classify {  width: 25%; }
    .activity_content{width: 72%;}
  .object-classify h4 { height: 46px; line-height: 46px; font-size: 20px; margin-bottom: 25px; max-width: 140px; }
  .calendar-wrap { padding-bottom: 90px; }
  .object-classify h4 { height: 60px; line-height: 60px; font-size: 20px; margin-bottom: 25px; max-width: 250px; }
  .object-list a { padding: 10px 30px; display: block; font-size: 20px;margin-left: 85px;}
  .fc-left h2 { font-size: 30px; }
  .fc-widget-header .fc-sat div, .fc-widget-header .fc-sun div, .fc-widget-header th div { font-size: 20px; }
  .fc-day-cnTerm, .fc-day-cnDate { padding: 12px 12px 0 12px; }

}



.big_swiper .swiper-slide{cursor: pointer;}
.bigproduct_alert{position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 10000;background: rgba(0,0,0,0.3);display: none;}
.bigproduct_content{display: flex;align-items: center;justify-content: center;height: 100%;}
.bigproduct_content .bigproduct_box{max-width: 90%;max-height: 90%;width:auto;display: flex;align-items: center;}
.bigproduct_neirong{position: relative;padding:60px 0;overflow-y: auto;max-height: 90%;background: #fff;width:100%;}
.bigproduct_neirong .p_closebtn{position: absolute;top: 15px;right: 15px;cursor: pointer;}
.bigproduct_neirong .p_closebtn i{font-size: 30px;}
/*.bigproductBox_swiper{width: 85%;margin: 0 auto;}*/
.bigproductBox_swiper .title{font-size: 22px;text-align: center;margin-bottom: 20px;}
.bigpro_btn{position: absolute;top: 50%;transform: translateY(-50%);z-index: 10;cursor: pointer;}
.bigpro_btn i{font-size: 30px;}
.bigpro_prev{left: 20px;}
.bigpro_next{right: 20px;}
.noimgbox{width:100% !important;}

@media (max-width: 768px){
    .bigproduct_neirong{padding:30px 0;padding-top: 45px;}
    .bigproduct_neirong .p_closebtn{top:10px;}
    .bigproduct_content .bigproduct_box{width:90%;}
    .bigpro_prev{left:10px;}
    .bigpro_next{right:10px;}
    .bigpro_btn img{width:20px;}
    .bigproductBox_swiper{width:80%;}
    
}


/* 新加 */
.bgimg{-webkit-background-size:cover;background-size:cover;background-repeat:no-repeat;background-position:center}
.facilities_container .item_block{width: 33.333%;padding: 0 15px;margin-bottom: 30px;}
.facilities_container{margin-left: -15px;margin-right: -15px;justify-content: flex-start;}
.facilities_container .imgbox{height: 250px;border-radius: 15px;}
.facilities_container .imgListBox_two{display: none;}
.facilities_container .item_two{position: relative;overflow: hidden;cursor: pointer;}
.facilities_container .item_two .tit{position: absolute;left: 15px;right: 15px;text-align: center;color: #fff;font-size: 18px;bottom: 20px;z-index: 3;transition: all 0.4s;}
.facilities_container .item_two::after{border-radius: 15px;background-image: linear-gradient(rgba(0,0,0,0) 60%, rgba(0,0,0,0.7));z-index: 2;position: absolute;left: 0;top: 0;right: 0;bottom: 0;display: block;content: "";}
.facilities_container .item_two:hover .tit{bottom: calc(50% - 15px);}
.facilities_container .item_two:hover::after{background: rgba(0, 0, 0, 0.5);} 
.photoGallery_alert {background: rgba(0,0,0,0.6);position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 1000;display: block;display: none;}
.photoGallery_main {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;width: 100%; height: 100%;}
.photoGallery_container{min-height:65%;position: relative;width: 1000px;max-width: 95%;}
.photoGallery_content{width: 100%; height:100%; position: absolute; display:flex; align-items:center; justify-content:center;}
.photoGallery_content .swiper-container{position: absolute; width:100%; height:100%;}
.phcloseBtn{font-size: 16px;position: absolute;top: -30px;right: 0;z-index: 10;color: #fff;cursor: pointer;}
.photoGalleryPopup_swiper img {width: auto !important;position: absolute; height: 100%;left: 50%; -webkit-transform: translate3d(-50%, 0px, 1px);-moz-transform: translate3d(-50%, 0px, 1px);transform: translate3d(-50%, 0px, 1px); max-width:initial; }
.photoGalleryPopup_swiper .swiper-slide{overflow:hidden;}
.photoGalleryPopup_swiper .imgbox{max-width:100%;text-align:center;}
.phbtn{position: absolute;top: 50%;transform: translateY(-50%);width: 50px;height: 50px;border: 1px solid #fff;transition: all 0.4s;display: flex;align-items: center;justify-content: center;font-size: 16px;color: #fff;cursor: pointer;}
.phPrev{left: -80px;}
.phNext{right: -80px;}
.phbtn:hover{background: #eb6428;}
.phbtn i{position:absolute; left:50%;top:50%; transform: translate(-50%,-50%);}


.phshow_content{font-size: 14px;position: absolute;right: 0;bottom: -30px;color: #fff;z-index: 10;}
.phshow_content .curnum{margin-right: 5px;}
.add_block{margin-top: 60px;margin-bottom: 60px;}

.add_Curriculum_list{display: flex;flex-wrap: wrap;}
.add_Curriculum_list .item{width: calc(33.3333% - 80px / 3);margin-right: 40px;margin-bottom: 40px;display: flex; align-items: center; background: #f9f9f9;padding: 20px 40px;
  border-radius: 15px;position: relative;transition: all 0.4s;}
.add_Curriculum_list .item .icon{width:25px; margin-right:10px;}
.add_Curriculum_list .item .icon img{ width:100%;}
.add_Curriculum_list .item .icon .defaultIcon{display:block;}
.add_Curriculum_list .item .icon .hoverIcon{display:none;}
.add_Curriculum_list .item:nth-child(3n){margin-right: 0;}
.add_Curriculum_list .item i{font-size: 18px;color:#c1c1c1;position: absolute;top: 50%;transform: translateY(-50%);right: 35px;}
.add_Curriculum_list .item .tit_name{font-size: 18px;}
.add_Curriculum_list .item:hover{background: #eb6428;color: #fff;}
.add_Curriculum_list .item:hover i{color: #fff;}
.add_Curriculum_list .item:hover .icon .defaultIcon{display:none;}
.add_Curriculum_list .item:hover .icon .hoverIcon{display:block;}
.add_CurriculumPdf_list{display: flex;flex-wrap: wrap;}
.add_CurriculumPdf_list .item{width: calc(25% - 90px / 4);margin-right: 30px;margin-bottom: 30px;border-radius: 20px;
  background-color: #faf9f8;padding: 30px;transition: all 0.3s;display: block;}
.add_CurriculumPdf_list .item:nth-child(4n){margin-right: 0;}
.add_CurriculumPdf_list .item .icon img{height: 50px;}
.add_CurriculumPdf_list .item .name{
  font-size: 16px;
  color: #333;
  margin-top: 25px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
  max-height: 52px;
  min-height: 52px;
  font-weight: bold;
}
.add_CurriculumPdf_list .item .more_icon{
  margin-top: 15px;
  font-size: 14px;
  color: #746f6c;
  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-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.add_CurriculumPdf_list .item .more_icon i {
  margin-left: 5px;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.add_CurriculumPdf_list .item:hover {
  box-shadow: 0px 5px 20px 3px #dad9d9
}

.add_CurriculumPdf_list .item:hover .more_icon {
  color: #ff812d
}
.dot1{width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.cate_title{font-size: 24px;font-weight: bold;margin-bottom: 30px;}
.marginTop0{margin-top: 0 !important;}
.marginTop30{margin-top: 40px;}
.DivisionOfLabor_list{display: flex;flex-wrap: wrap;}
.DivisionOfLabor_list .item{margin-right: 40px;width: calc(33.3333% - 80px / 3);margin-bottom: 40px;}
.DivisionOfLabor_list .item:nth-child(3n){margin-right: 0;}
.DivisionOfLabor_list .item .img{padding-top:70%;position: relative;}
.DivisionOfLabor_list .item .img img{position: absolute;left:0%;top:0px; width:100%; height:100%; border-radius: 20px;object-fit: cover;z-index: 10;}
.DivisionOfLabor_list .item .img::after{display: none;content: "";position: absolute;left: 0;right: 0;bottom: 0;z-index: 2;height: 63%;border-radius: 20px;background-color: #f3f3f3;transition: all 0.3s;}
.DivisionOfLabor_list .item .subject_name{padding-top: 20px;text-align: center;font-size: 20px;color: #ff812d;font-weight: bold;}
.DivisionOfLabor_list .item .name{font-size: 30px;color: #333;margin-top: 20px;font-weight: bold;text-align: center;}
.DivisionOfLabor_list .item:hover .img::after{background: #ff812d;}

.cateGory_type{display: flex;flex-wrap: wrap;justify-content: center;margin-top: 50px;}
.cateGory_type a{padding: 20px 0;background: #eee;text-align: center;min-width: 300px;font-size: 18px;font-weight: bold;margin-right: 20px;transition: all 0.4s;padding: 20px 0;}
.cateGory_type a:last-child{margin-right: 0;}
.cateGory_type a.active,.cateGory_type a:hover{background: #ff812d;color: #fff;}
.class_introduction2{padding-bottom: 0 !important;}
.designConcept2{border: none !important;padding-bottom: 0 !important;}
.courseList_content .item:nth-child(1)>.curriculum{padding-bottom: 0 !important;border:none !important;}
.School_Department .curriculum .SchoolGrade{padding-top: 0 !important;}

.designConcept .designConceptClass li a{display: block;}
.peiqiaoAcademy_content2 .academy_desc{border:none !important;padding-top:0px !important;}
.uniform .main1 .block{margin-bottom:40px;}
.margin-0{margin-left:0;margin-right:0;}
.activity_janjie{font-size:16px;margin-top:40px;}
.schoolSong {width: 90%;margin: 0 auto;}
.big_tea_img{display:none;}
.DivisionOfLabor_list .item{cursor:pointer;}
.songPopup_img{text-align:center;}
.songPopup_img img{max-height:92vh;}


@media (max-width: 1400px){
  .facilities_container .imgbox{height: 200px;}
  .facilities_container .item_block{width: 33.333%;}
  .add_CurriculumPdf_list .item{width: calc(33.333% - 30px / 3);margin-right: 15px;margin-bottom: 15px;}
  .add_CurriculumPdf_list .item:nth-child(4n){margin-right:15px;}

  .add_Curriculum_list .item{width: calc(50% - 30px / 3);margin-right: 20px;margin-bottom: 20px;display: flex;background: #f9f9f9;padding: 15px 30px;border-radius: 15px;position: relative;transition: all 0.4s;}
.add_Curriculum_list .item:nth-child(3n){margin-right: 20px;}
.add_Curriculum_list .item:nth-child(2n){margin-right: 0px;}
}
@media (max-width: 1260px){
  .DivisionOfLabor_list .item{margin-right: 20px;width: calc(50% - 40px / 2);}
  .DivisionOfLabor_list .item:nth-child(3n){margin-right: 20px;}
  .DivisionOfLabor_list .item:nth-child(2n){margin-right: 0px;}
}
@media (max-width: 1200px){
  .photoGallery_container{width: 100%;min-height: 50%;}
  .photoGallery_content{width: 100%;margin: 0 auto;}
  .phbtn{display: none;}
}


.frimg{text-align:center;}
@media (max-width: 768px){
    
  .facilities_container .item_block{width: 100%;margin-bottom: 15px;}
  .facilities_container .item_two .tit{font-size: 16px;}
  .phshow_content{font-size: 12px;}
  .add_Curriculum_list .item{width: 100%;margin-right: 0 !important;margin-bottom: 15px;padding: 15px 20px;border-radius: 10px;}
  .add_Curriculum_list .item .tit_name{font-size: 14px;}
  .add_Curriculum_list .item i{font-size: 14px;right: 16px;}
  .add_block{margin-top: 25px;margin-bottom: 30px;}
  .add_CurriculumPdf_list .item{width: calc(50% - 15px / 2);margin-right: 15px;margin-bottom: 15px;padding: 20px;border-radius: 10px;}
  .add_CurriculumPdf_list .item:nth-child(2n){margin-right:0;}
  .add_CurriculumPdf_list .item .icon img{height: 40px;}
  .add_CurriculumPdf_list .item .name{max-height: initial;min-height: initial;margin-top: 15px;}
  .add_CurriculumPdf_list .item .more_icon i{font-size: 14px;}
  .DivisionOfLabor_list .item{margin-right: 0 !important;margin-bottom: 25px;width: 100%;}
  .DivisionOfLabor_list .item .img{height: 240px;}
  .DivisionOfLabor_list .item .img::after{border-radius: 10px;}
  .DivisionOfLabor_list .item .subject_name{font-size: 16px;padding-top: 15px;}
  .DivisionOfLabor_list .item .name{font-size: 20px;margin-top: 15px;}
  .cateGory_type a{font-size: 15px;min-width: initial;padding: 10px 20px;}
  .uniform .main1 .block{margin-bottom:20px;}
  .friendly_list .item{margin-bottom:15px;}
  .photoGallery_container{min-height: initial;}
  .photoGallery_content{position:relative;}
  .photoGallery_content .swiper-container{position:relative;height:auto;}
  .photoGalleryPopup_swiper img{width:100% !important; height:auto; left:0px; top:0%;position:relative; -webkit-transform: translate3d(0%, -0%, 0px); -moz-transform: translate3d(0%, 0%, 0px); transform: translate3d(0%, 0%, 0px);  }
  .primarySchoolDetail{font-size: 14px;line-height: 24px; padding-top:35px; padding-bottom:35px;}
}



.search_main{padding: 60px 0;}
  .search_box { margin: 0 auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;position: relative;z-index: 10;}
  .search_box input { padding: 0 20px; line-height: 48px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; border: none; }
  .search_box { width: 60%; border: 1px solid #eb6428; -webkit-border-radius: 25px; border-radius:30px; overflow: hidden; }
  .search_box .btn { background-color: #eb6428; width: 80px; cursor: pointer; font-size: 16px; color: #fff; line-height: 42px; border: none; }
  .search_box .btn i { font-size: 18px; }
  .search_list { margin-top: 30px; margin-bottom: 30px;position: relative;z-index: 10; }
  .search_list .item { display: block; 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; border-top: 1px solid #dddddd; padding: 20px 0; }
  .search_list .item .imgbox { width: 300px; }
  .search_list .item:last-child { border-bottom: 1px solid #dddddd; }
  .search_list .item .text { width: -webkit-calc(100% - 320px); width: calc(100% - 320px); }
  .search_list .item .text h2 { font-size: 20px; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .search_list .item .text p { margin-top: 15px; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 26px; color: #908787; }
  .no-data{padding: 50px 0;text-align: center;font-size: 20px;}
  .q_posts_details{display: none;}
  .search_main .pageContent{margin-top: 60px;}
  @media (max-width: 580px){
      .search_main{padding: 35px 0;}
    .strategic_main .ball44{display: none;}
    .search_box { width: 100%; }
    .search_box input { line-height: 40px; }
    .search_box .btn { width: 60px; line-height: 40px; }
    .search_list .item .imgbox { width: 100%; }
    .search_list .item .text { width: 100%; margin-top: 10px; }
    .search_list .item { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 0; border-top: none; }
    .search_list .item .text h2 { font-size: 16px; }
    .search_list .item .text p { font-size: 14px; margin-top: 10px; }
  }


