@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation: fadeInLeft 0.8s forwards;
  animation: fadeInLeft 0.8s forwards; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation: fadeInRight 0.8s forwards;
  animation: fadeInRight 0.8s forwards; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation: fadeInUp 0.8s forwards;
  animation: fadeInUp 0.8s forwards; }

@-webkit-keyframes slideTo {
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes slideTo {
  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes slideRight {
  to {
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0); } }

@keyframes slideRight {
  to {
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes scaleFrom0 {
  from {
    -webkit-transform: scale(0);
    transform: scale(0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes scaleFrom0 {
  from {
    -webkit-transform: scale(0);
    transform: scale(0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes shining {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -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); }

  20%, 80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -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); }

  60% {
    opacity: 0.5;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -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); } }

@keyframes shining {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -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); }

  20%, 80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -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); }

  60% {
    opacity: 0.5;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -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); } }

@-webkit-keyframes scaleInfinite {
  from, to {
    -webkit-transform: none;
    transform: none; }

  33% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

  67% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes scaleInfinite {
  from, to {
    -webkit-transform: none;
    transform: none; }

  33% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

  67% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

body, div, span, object, iframe, input, h1, h2, h3, h4, h5, h6, p, pre, a, acronym, address, code, del, em, font, img, ins, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

input, select {
  vertical-align: middle; }

input, textarea, select {
  font: 12px/1.5 "microsoft yahei", Arial, sans-serif; }

fieldset, img {
  border: 0; }

address, code, th, em {
  font-style: normal; }

ol, ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

button {
  outline: 0;
  border: 0;
  background: 0 0; }

html {
  height: 100%; }

html body {
  padding-bottom: 0 !important; }

body {
  position: relative;
  margin: 0 auto;
  height: 100%;
  background: #fff;
  color: #666;
  font: 14px/1.5 "microsoft yahei", Arial, sans-serif; }

.wrapper {
  margin: 0 auto;
  width: 1368px; }

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ""; }

.clearfix {
  zoom: 1; }

.clear {
  clear: both; }

a {
  outline: 0;
  text-decoration: none;
  cursor: pointer; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.center {
  text-align: center; }

.fl {
  float: left; }

.fr {
  float: right; }

.transparent {
  opacity: 0; }

.hide {
  display: none !important; }

.oh {
  overflow: hidden; }

.swiper-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-wrapper {
  position: relative;
  box-sizing: content-box;
  width: 100%;
  -webkit-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-property: left, top, -webkit-transform;
  -moz-transition-property: -moz-transform, left, top;
  -ms-transition-property: -ms-transform, left, top;
  -o-transition-property: -o-transform, left, top;
  transition-property: left, top, -webkit-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-slide {
  float: left;
  box-sizing: content-box; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

.side {
  position: fixed;
  right: 15px;
  bottom: 140px;
  z-index: 100;
  width: 90px;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: right 0.5s;
  transition: right 0.5s; }

.side li {
  height: 93px; }

.side a {
  display: block;
  padding-top: 1px;
  height: 92px; }

.side a:hover {
  background: #39a9ec; }

.side a:hover p {
  color: #fff; }

.side a:hover .contact {
  background-position: 0 -120px; }

.side a:hover .mobile {
  background-position: -344px 0; }

.side a:hover .ico-totop {
  background-position: -316px 0; }

.side a p {
  margin-top: 8px;
  color: #999;
  text-align: center;
  font-size: 12px; }

.side .first {
  position: relative; }

.side .first:hover .dl-qr {
  display: block; }

.side .first a {
  border-radius: 4px 4px 0 0; }

.side .dl-qr {
  position: absolute;
  top: 0;
  left: -108px;
  display: none;
  padding-top: 8px;
  width: 94px;
  height: 107px;
  border: 1px solid #ddd;
  background: #fff; }

.side .dl-qr:after {
  position: absolute;
  top: 50%;
  right: -7px;
  margin-top: -6px;
  width: 7px;
  height: 12px;
  background: url(../img/spr.png) -78px -220px;
  content: ""; }

.side .dl-qr img {
  margin: 0 8px;
  width: 80px;
  height: 80px; }

.side .dl-qr p {
  color: #666;
  text-align: center;
  font-size: 12px; }

.side i {
  display: block;
  margin: 0 auto;
  background: url(../img/spr.png); }

.side .mobile {
  position: relative;
  margin-top: 25px;
  width: 19px;
  height: 26px;
  background-position: 0 -16px; }

.side .contact {
  margin-top: 25px;
  width: 24px;
  height: 18px;
  background-position: 0 -138px; }

.side .ico-totop {
  margin-top: 25px;
  width: 22px;
  height: 20px;
  background-position: 0 -76px; }

.side .totop {
  border-radius: 0 0 4px 4px; }

.side .dl-arrow {
  position: absolute;
  top: 6px;
  left: 6px;
  overflow: hidden;
  width: 7px;
  height: 8px; }

.side .dl-arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/spr.png) -60px -208px;
  content: "";
  -webkit-animation: arrDownload 1.5s linear infinite;
  animation: arrDownload 1.5s linear infinite; }

.page-wrap {
  min-height: 100%;
  background-color: #f2f4f5;
  padding-bottom: 40px; }

.wow {
  opacity: 0; }

.banner {
  min-width: 1160px;
  height: 300px; }

.banner .swiper-wrapper img, .banner .swiper-slide img {
  width: 100%;
  height: auto; }

.banner .banner1 {
  background: url(../img/banner1.jpg) center; }

.banner .banner2 {
  background: url(../img/banner2.jpg) center; }

.banner .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  text-align: center; }

.banner .swiper-pagination-switch {
  display: inline-block;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: pointer; }

.banner .swiper-active-switch {
  opacity: 1;
  filter: alpha(opacity=100); }

.index-demo-area {
  padding-bottom: 20px;
  background: #fff; }

.index-demo-area.demo-logo li {
  margin-right: 30px;
  padding-right: 0;
  width: 200px;
  height: 62px;
  border: 1px solid #eee;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; }

.index-demo-area.demo-logo li:hover {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg); }

.index-demo-area.demo-logo a {
  position: relative;
  display: block;
  height: 100%; }

.index-demo-area.demo-logo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%; }

.index-demo-area ul {
  margin-top: 25px; }

.index-demo-area .nation {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  padding-bottom: 36px;
  width: 14.28%;
  border: 0; }

.index-demo-area .nation .toggelmenu a {
  display: block;
  font-size: 13px;
  line-height: 1; }

.index-demo-area .nation .toggelmenu img {
  display: block;
  margin: auto;
  margin-bottom: 18px;
  max-width: 64px;
  max-height: 64px; }

.index-demo-area .nation .menu {
  position: absolute;
  top: 110px;
  left: 50%;
  z-index: 999;
  display: none;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.index-demo-area .nation .menu .triangle {
  position: absolute;
  top: -22px;
  left: 50%;
  display: inline-block; }

.index-demo-area .nation .menu .triangle span {
  position: absolute; }

.index-demo-area .nation .menu .triangle .background {
  border-width: 11px;
  border-style: solid dashed dashed;
  border-color: transparent transparent #ddd;
  -webkit-transform: translate(-50%);
  transform: translate(-50%); }

.index-demo-area .nation .menu .triangle .foreground {
  border-width: 12px;
  border-style: solid dashed dashed;
  border-color: transparent transparent #fff;
  -webkit-transform: translate(-50%);
  transform: translate(-50%); }

.index-demo-area .nation .menu a {
  display: inline-block;
  box-sizing: border-box;
  padding: 12px 10px;
  font-size: 13px;
  line-height: 1; }

.index-demo-area li {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
  padding-right: 40px;
  border-right: 1px solid #eee;
  text-align: center; }

.index-demo-area li a {
  color: #333;
  font-size: 14px; }

.index-demo-area li a:hover {
  color: #47b3fe; }

.brilliant-introduction .brilliant-tab {
  margin: 20px auto 0; }

.brilliant-introduction .brilliant-tab a {
  display: inline-block;
  margin-right: 50px;
  color: #333;
  vertical-align: middle;
  text-align: center;
  font-size: 16px; }

.brilliant-introduction .brilliant-tab a i {
  display: block;
  margin: 5px auto 0;
  width: 0;
  height: 3px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s; }

.brilliant-introduction .brilliant-tab a.on i, .brilliant-introduction .brilliant-tab a:hover i {
  width: 50px;
  border-bottom: 3px solid #47b3fe; }

.brilliant-introduction .brilliant-box {
  display: none;
  min-height: 45px; }

.brilliant-introduction .brilliant-box li .title {
  cursor: pointer; }

.brilliant-introduction .brilliant-box li img {
  display: inline-block;
  margin-right: 5px;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  vertical-align: top; }

.brilliant-introduction .brilliant-box li span {
  display: inline-block;
  vertical-align: top; }

.brilliant-introduction .brilliant-box li:hover span {
  color: #38a9ec; }

.brilliant-introduction .brilliant-box.on {
  display: block; }

.brilliant-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 0; }

.brilliant-popup-wrap.on {
  display: block; }

.brilliant-popup-wrap .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.brilliant-popup-wrap .brilliant-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -100px 0 0 -150px;
  width: 300px;
  border-radius: 10px;
  background: #fff;
  -webkit-animation: fadeInUp 0.8s;
  animation: fadeInUp 0.8s; }

.brilliant-popup-wrap .brilliant-popup .tit {
  height: 46px;
  border-radius: 10px 10px 0 0;
  background: #47b3fe;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 46px; }

.brilliant-popup-wrap .brilliant-popup .cont {
  height: 100px;
  text-align: center;
  font-size: 0; }

.brilliant-popup-wrap .brilliant-popup .cont .tip-txt {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  color: #333;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5; }

.brilliant-popup-wrap .brilliant-popup .btn-wrap {
  padding: 10px 0;
  border-top: 1px solid #eaeaea; }

.brilliant-popup-wrap .brilliant-popup .btn-wrap .btn-sure {
  display: inline-block;
  padding: 0 10px;
  min-width: 60px;
  height: 30px;
  border-radius: 5px;
  background: #47b3fe;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.empty-block {
  padding-top: 1px;
  text-align: center; }

.empty-block i {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 100px;
  background: url(../img/spr.png) -97px -284px; }

.empty-block p {
  margin-top: 20px;
  color: #666;
  font-size: 14px; }

.act-pop-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%; }

.act-pop-layer .act-pop-container {
  position: relative;
  overflow: hidden;
  margin: 200px auto 0;
  min-width: 564px;
  max-width: 892px;
  width: 46%;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 3px 7px #f5f5f5; }

.act-pop-layer .act-img {
  width: 100%; }

.act-pop-layer .act-img img {
  display: block;
  width: 100%;
  height: auto; }

.act-pop-layer .act-bot {
  padding: 40px 0;
  text-align: center; }

.act-pop-layer .act-bot a {
  width: 50%; }

.act-pop-layer .act-bot a img {
  width: 50%; }

.act-pop-layer .act-bot a:hover {
  transform: translate(3px, 3px); }

.act-pop-layer .act-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 3%; }

.act-pop-layer .act-close img {
  width: 100%; }

.act-pop-samll {
  position: fixed;
  top: 25%;
  right: 5px;
  z-index: 20;
  width: 120px; }

.act-pop-samll.act02 {
  margin-top: 120px; }

.act-pop-samll.act02 a {
  width: 120px;
  height: 78px;
  background: url(http://www.hbeducloud.com/img/2020/0528/act-pop0608.png) no-repeat; }

.act-pop-samll.act02 a:hover {
  background: url(http://www.hbeducloud.com/img/2020/0528/act-pop0608-h.png) no-repeat; }

.act-pop-samll a {
  display: block;
  width: 120px; }

.act-pop-samll a img {
  width: 100%; }

.three-zt-container a {
  position: relative;
  float: left;
  width: 413px;
  height: 120px;
  margin-right: 40px;
  transition: all 0.3s; }

.three-zt-container a:last-child {
  margin-right: 0; }

.three-zt-container a.last {
  margin-right: 0; }

.three-zt-container a:hover {
  transform: translateY(-5px); }

.three-zt-container a img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 3px;
  height: 100%; }

.common-title {
  font-size: 26px;
  color: #333;
  line-height: 1; }

.common-title h2 {
  float: left;
  font-weight: 400; }

.common-title .common-more {
  float: right;
  font-size: 14px;
  color: #999;
  margin-top: 7px; }

.common-title .common-more:hover {
  text-decoration: underline; }

.quick-enter-container {
  margin-top: 30px; }

.quick-enter-layer dl {
  float: left;
  margin-right: 65px;
  transition: all 0.3s;
  width: 88px; }

.quick-enter-layer dl:hover {
  transform: translateY(-5px); }

.quick-enter-layer dl dt {
  width: 80px;
  height: 80px;
  margin: 0 auto; }

.quick-enter-layer dl dt img {
  width: 100%;
  height: 100%; }

.quick-enter-layer dl dd {
  font-size: 16px;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.quick-enter-layer dl.quick-spe dt {
  width: 120px;
  height: 100px; }

.quick-enter-layer dl.quick-more {
  margin-right: 0;
  width: 80px; }

.lesson-container {
  margin-top: 30px;
  background-color: #fff;
  padding: 25px 24px;
  border-radius: 3px;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.02); }

.lesson-container .common-title h2 {
  float: left; }

.lesson-container .tags-list {
  float: left;
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
  margin-top: 4px;
  margin-left: 50px; }

.lesson-container .tags-list a {
  position: relative;
  float: left;
  font-size: 16px;
  color: #333;
  padding: 0 8px;
  margin: 0 5px; }

.lesson-container .tags-list a.on {
  color: #0090ff; }

.lesson-container .tags-list a.on:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #0090ff;
  bottom: -8px;
  left: 0; }

.lesson-container .tags-list a:hover {
  color: #0090ff; }

.lesson-layer {
  margin-top: 24px; }

.lesson-layer .lesson-item {
  float: left;
  width: 300px;
  margin-right: 40px; }

.lesson-layer .lesson-item:last-child {
  margin-right: 0; }

.lesson-layer .lesson-item.no {
  margin-right: 0; }

.lesson-layer .lesson-item:hover a {
  color: #0090ff; }

.lesson-layer .lesson-item dt {
  width: 300px;
  height: 204px;
  border-radius: 6px;
  overflow: hidden; }

.lesson-layer .lesson-item dt img {
  width: 100%;
  height: 100%; }

.lesson-layer .lesson-item dd {
  position: relative;
  margin-top: 15px;
  font-size: 16px;
  height: 45px; }

.lesson-layer .lesson-item dd a {
  color: #333; }

.lesson-layer .lesson-item dd a:hover {
  color: #0090ff; }

.lesson-layer .lesson-item dd .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.lesson-layer .lesson-item dd .info {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  color: #999; }

.lesson-layer .lesson-item dd .info span {
  vertical-align: middle; }

.lesson-layer .lesson-item dd .info i {
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #ccc;
  vertical-align: middle;
  margin: 0 5px; }

.news-container {
  margin-top: 30px; }

.news-container .news-layer-item {
  width: 382px;
  float: left;
  height: 346px;
  margin-right: 38px;
  background-color: #fff;
  padding: 25px 24px;
  border-radius: 3px;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.02); }

.news-container .news-layer-item.no {
  margin-right: 0; }

.news-container .news-list {
  margin-top: 24px; }

.news-container .news-list li.first .img {
  float: left;
  width: 162px;
  height: 110px;
  margin-right: 22px;
  overflow: hidden;
  border-radius: 5px; }

.news-container .news-list li.first .img img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.news-container .news-list li.first .info h3 {
  height: 83px; }

.news-container .news-list li.first .info h3 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  white-space: initial; }

.news-container .news-list li {
  margin-top: 20px; }

.news-container .news-list li h3 {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.news-container .news-list li h3 a {
  color: #333;
  font-size: 16px; }

.news-container .news-list li h3 a:hover {
  color: #0090ff; }

.news-container .news-list li p {
  font-size: 12px;
  color: #999; }

.news-container .empty-block {
  margin-top: 100px; }

.recommend-container {
  margin-top: 30px; }

.recommend-container .recommend-layer-item {
  width: 382px;
  float: left;
  height: 388px;
  margin-right: 38px;
  background-color: #fff;
  padding: 25px 24px 13px;
  border-radius: 3px;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.02); }

.recommend-container .recommend-layer-item.no {
  margin-right: 0; }

.recommend-container .recommend-list {
  margin-top: 22px; }

.recommend-container .recommend-list li {
  margin-bottom: 12px; }

.recommend-container .recommend-list li.normal {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.recommend-container .recommend-list li.first .img {
  width: 100%;
  height: 217px; }

.recommend-container .recommend-list li.first .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px; }

.recommend-container .recommend-list li.first h3 {
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700; }

.recommend-container .recommend-list li.first h3 a {
  font-size: 16px;
  color: #333; }

.recommend-container .recommend-list li.first h3 a:hover {
  color: #0090ff; }

.recommend-container .recommend-list li span {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 10px;
  background-color: #ff9518;
  border-radius: 5px;
  color: #fff;
  font-size: 12px; }

.recommend-container .recommend-list li a {
  font-size: 16px;
  color: #333; }

.recommend-container .recommend-list li a:hover {
  color: #0090ff; }

.recommend-container .recommend-list li .txt {
  margin-top: 12px;
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 42px; }

.recommend-container .empty-block {
  margin-top: 100px; }

.good-work-container {
  margin-top: 30px;
  background-color: #fff;
  padding: 25px 24px;
  border-radius: 3px;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.02); }

.good-work-container .select-layer {
  float: left;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 0 8px 0 0;
  height: 30px;
  margin-left: 50px; }

.good-work-container .select-layer select {
  padding-left: 10px;
  width: 170px;
  color: #666;
  font-size: 14px;
  border: 0;
  outline: 0;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/icon-arrow.png) no-repeat right center transparent; }

.good-work-container .select-layer select option {
  padding: 5px 10px;
  height: 30px; }

.good-work-layer {
  position: relative; }

.good-work-layer .good {
  height: 213px;
  padding-top: 24px; }

.good-work-layer .good .swiper-slide {
  text-align: center; }

.good-work-layer .good .swiper-slide img {
  width: 312px;
  height: 212px;
  border-radius: 5px;
  overflow: hidden; }

.good-work-layer .good .item {
  float: left;
  margin-right: 23px;
  width: 264px;
  height: 195px;
  position: relative;
  padding: 9px 24px;
  background: url(../img/bg-goodwork0602.png) no-repeat;
  background-size: contain;
  text-align: left;
  transition: all 0.3s; }

.good-work-layer .good .item:last-child {
  margin-right: 0; }

.good-work-layer .good .item.no {
  margin-right: 0; }

.good-work-layer .good .item:hover {
  transform: translateY(-5px); }

.good-work-layer .good .item .info {
  font-size: 12px;
  color: #fff;
  opacity: 0.8; }

.good-work-layer .good .item .info .mh {
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #fff;
  opacity: 0.8;
  margin: 0 10px; }

.good-work-layer .good .item .reward-tag {
  font-size: 16px;
  font-weight: 700;
  color: #f8ff3c;
  height: 42px;
  line-height: 42px; }

.good-work-layer .good .item .line {
  width: 40px;
  height: 3px;
  background-color: #44ddf7;
  opacity: 0.4; }

.good-work-layer .good .item .title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 72px;
  margin-bottom: 10px;
  margin-top: 2px; }

.good-work-layer .good .item .avatar {
  height: 40px;
  margin-bottom: 10px; }

.good-work-layer .good .item .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 5px; }

.good-work-layer .good .item .avatar span {
  font-size: 12px;
  color: #fff;
  opacity: 0.8; }

.good-work-layer .pagination-good {
  position: absolute;
  top: -28px;
  left: 50%;
  width: 280px;
  text-align: center;
  margin-left: -140px; }

.good-work-layer .pagination-good .swiper-pagination-switch {
  width: 22px;
  height: 22px;
  border: 1px solid #dedede;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin: 0 16px;
  cursor: pointer;
  color: #999;
  font-size: 12px;
  text-align: center;
  line-height: 22px; }

.good-work-layer .pagination-good .swiper-pagination-switch.swiper-active-switch {
  background-color: #0090ff;
  border: 1px solid #0090ff;
  color: #fff; }

.zone-container {
  margin-top: 30px;
  background-color: #fff;
  padding: 25px 24px;
  border-radius: 3px;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.02); }

.zone-container .common-title h2 {
  float: left; }

.zone-container .tags-list {
  float: left;
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
  margin-top: 4px;
  margin-left: 50px; }

.zone-container .tags-list a {
  position: relative;
  float: left;
  font-size: 16px;
  color: #333;
  padding: 0 8px;
  margin: 0 5px; }

.zone-container .tags-list a.on {
  color: #0090ff; }

.zone-container .tags-list a.on:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #0090ff;
  bottom: -8px;
  left: 0; }

.zone-container .tags-list a:hover {
  color: #0090ff; }

.zone-container .zone-layer {
  position: relative;
  height: 175px; }

.zone-container .zone-layer .prev {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  background: url(../img/icon-left-small.png) no-repeat;
  width: 13px;
  height: 24px;
  z-index: 10; }

.zone-container .zone-layer .prev:hover {
  background: url(../img/icon-left-small-h.png) no-repeat; }

.zone-container .zone-layer .next {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
  background: url(../img/icon-right-small.png) no-repeat;
  width: 13px;
  height: 24px;
  z-index: 10; }

.zone-container .zone-layer .next:hover {
  background: url(../img/icon-right-small-h.png) no-repeat; }

.zone-container .zone {
  margin-top: 24px;
  height: 175px;
  position: relative; }

.zone-container .zone-item {
  width: 153px; }

.zone-container .zone-item .img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px; }

.zone-container .zone-item .img img {
  width: 100%;
  height: 100%; }

.zone-container .zone-item .name {
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px; }

.zone-container .zone-item .name a {
  color: #333; }

.zone-container .zone-item .posi {
  color: #999;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 5px; }

.zone-container .zone-item .info {
  font-size: 12px;
  color: #999;
  text-align: center; }

.zone-container .zone-item .info span {
  padding-left: 20px; }

.zone-container .zone-item .info span.see {
  background: url(../img/icon-see.png) left center no-repeat; }

.zone-container .zone-item .info span.book {
  background: url(../img/icon-book.png) left center no-repeat; }

.modal-container {
  margin-top: 30px;
  background-color: #fff;
  padding: 25px 24px;
  border-radius: 3px;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.02); }

.modal-container .modal-layer {
  padding: 0 40px; }

.modal-container ul {
  margin-top: 24px;
  white-space: nowrap; }

.modal-container li {
  display: inline-block;
  height: 40px;
  background-color: #f2f2f2;
  min-width: 162px;
  padding: 0 10px;
  margin-right: 40px; }

.modal-container li a {
  color: #333;
  font-size: 14px;
  display: block;
  line-height: 40px;
  text-align: center; }

.modal-container li a img {
  display: none; }

.index-demo-area {
  margin-top: 40px;
  background-color: #fff;
  padding: 25px 24px 0;
  border-radius: 3px;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.02); }

.scrollModal {
  overflow: auto; }

.modal-layer {
  position: relative; }

.modal-layer .prev {
  width: 13px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background: url(../img/icon-left-small.png) no-repeat; }

.modal-layer .prev:hover {
  background: url(../img/icon-left-small-h.png) no-repeat; }

.modal-layer .next {
  width: 13px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  background: url(../img/icon-right-small.png) no-repeat; }

.modal-layer .next:hover {
  background: url(../img/icon-right-small-h.png) no-repeat; }

.footer {
  height: 160px; }

.side .new-mobile {
  margin-top: 25px;
  width: 25px;
  height: 22px;
  background: url(../img/icon-side-app.png) no-repeat; }

.side .new-contact {
  margin-top: 25px;
  width: 25px;
  height: 22px;
  background: url(../img/icon-side-concat.png) no-repeat; }

.side .new-totop {
  margin-top: 25px;
  width: 19px;
  height: 22px;
  background: url(../img/icon-side-up.png) no-repeat; }

.side li .dl-qr {
  top: 80px;
  left: -230px;
  width: 200px; }

.side li .dl-qr img {
  display: block; }

.side li .dl-qr span {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  color: #666; }

.side li:hover .dl-qr {
  display: block; }

.side a:hover .new-mobile {
  background: url(../img/icon-side-app-h.png) no-repeat; }

.side a:hover .new-contact {
  background: url(../img/icon-side-concat-h.png) no-repeat; }

.side a:hover .new-totop {
  background: url(../img/icon-side-up-h.png) no-repeat; }

.nicescroll-rails {
  display: none !important; }

.top-layer {
  margin-top: 24px;
  background-color: #fff;
  padding: 25px 24px;
  border-radius: 3px;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.02); }

.news-deatil {
  float: left;
  width: 910px;
  margin-bottom: 100px; }

.news-deatil .news-top {
  border-bottom: 1px solid #eee;
  padding-bottom: 18px; }

.news-deatil .news-top h1 {
  font-size: 28px;
  color: #333;
  font-weight: 400; }

.news-deatil .news-top p {
  margin-top: 10px;
  font-size: 14px;
  color: #999; }

.news-deatil .news-top span {
  margin-right: 30px; }

.news-deatil .detail-main p {
  font-size: 16px !important;
  line-height: 26px !important;
  color: #333 !important;
  margin-top: 1em !important;
  word-break: break-all; }

.news-deatil .detail-main img {
  max-width: 100%; }

.news-deatil .detail-file {
  margin-top: 30px; }

.news-deatil .detail-file p {
  font-size: 16px;
  color: #666; }

.news-deatil .detail-file a {
  color: #47b3fc; }

.news-deatil .detail-file a:hover {
  text-decoration: underline; }

.news-deatil .siblings-news {
  background: #f4f4f4;
  padding: 12px;
  margin-top: 20px;
  font-size: 12px; }

.news-deatil .siblings-news .prev-news, .news-deatil .siblings-news .next-news {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 45%; }

.news-deatil .siblings-news .prev-news {
  float: left; }

.news-deatil .siblings-news .next-news {
  float: right; }

.news-deatil .siblings-news span {
  color: #333; }

.news-deatil .siblings-news a {
  color: #333; }

.news-deatil .siblings-news a:hover {
  color: #47b3fc; }
