.province-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
}
.province-mask .province-box {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 600px;
  background-color: #ffffff;
  border: 1px solid #979797;
  border-radius: 20px;
  padding: 38px 12px 31px 38px;
  position: relative;
  font-size: 18px;
  line-height: 25px;
  color: #666666;
}
.province-mask .province-box::after {
  content: "";
  display: block;
  width: 178px;
  height: 172px;
  background: url(/static/area-box-img.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 60px;
  top: -82px;
}
.province-mask .close {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}
.province-mask .current-location {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  margin-bottom: 25px;
}
.province-mask .current-location img {
  width: 32px;
  height: 40px;
  margin-right: 29px;
}
.province-mask .current-location .current-location-name {
  font-size: 44px;
  line-height: 62px;
  color: #000000;
}
.province-mask .province-list {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-justify-content: space-between;
  line-height: 26px;
}
.province-mask .firstChar {
  display: inline-block;
  width: 10px;
  margin-right: 20px;
}
.province-mask .province-name {
  margin-right: 15px;
  font-size: 14px;
  cursor: pointer;
}
.province-mask .province-name:hover {
  color: #FF7224;
}

#site-nav {
  font-size: 12px;
  color: #999999;
  width: 100%;
  position: absolute;
  top: 40px;
  z-index: 99;
}
#site-nav .site-nav-bd {
  width: 1200px;
  height: 38px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 0 auto;
}
#site-nav .site-nav-bd .city {
  margin: 0 1px 0 7px;
}
#site-nav .site-nav-bd-r ul {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
#site-nav .site-nav-bd-r ul .site-nav-menu::after {
  content: '|';
  display: inline-block;
  margin: 0 5px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
#site-nav .site-nav-bd-r ul .site-nav-menu:last-child::after {
  content: '';
  margin: 0px;
}

#page-nav {
  width: 100%;
  z-index: 99;
  position: absolute;
  top: 30px;
}
#page-nav .page-nav-bd {
  width: 1200px;
  height: 112px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
}
#page-nav .page-nav-bd a.page-nav-logo-img {
  margin-right: 85px;
}
#page-nav .page-nav-bd img.page-nav-logo-img {
  display: block;
  margin: 0 auto;
  height: 96px;
}
#page-nav .page-nav-bd .page-nav-title {
  font-size: 24px;
  color: #fff;
  padding: 0 12px;
}
#page-nav .page-nav-bd ul {
  -ms-flex: 1 0 inherit;
      flex: 1 0 inherit;
  margin-left: auto;
  margin-right: 100px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding-top: 9px;
}
#page-nav .page-nav-bd ul .page-nav-menu {
  text-align: center;
  background: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#page-nav .page-nav-bd ul .page-nav-menu:hover {
  background-color: #986c33;
}
#page-nav .page-nav-bd ul .page-nav-menu.page-nav-menu-active {
  background-color: #986c33;
}
#page-nav .page-nav-bd ul .page-nav-menu-zh {
  font-size: 16px;
  display: block;
  color: #fff;
  line-height: 50px;
  height: 50px;
  padding: 0 12px;
  text-align: center;
}
#page-nav .page-nav-bd ul .page-nav-menu-en {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #cccccc;
}
#page-nav .page-nav-bd .page-nav-bd-m {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
#page-nav .page-nav-bd .page-nav-bd-m img {
  width: 100px;
  height: 100px;
  margin: 0 5px;
}
#page-nav .page-nav-bd .page-nav-bd-m {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
#page-nav .page-nav-bd .page-nav-bd-m img {
  width: 234px;
}
#page-nav .page-nav-bd .page-nav-bd-r {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
#page-nav .page-nav-bd .page-nav-bd-r button {
  width: 120px;
  height: 44px;
}
#page-nav .page-nav-bd .page-nav-bd-r button:first-child {
  margin-right: 17px;
}
#page-nav .page-nav-bd .page-nav-bd-r .page-nav-avatar {
  width: 38px;
  height: 38px;
  margin-right: 8px;
}
#page-nav .page-nav-bd .page-nav-bd-r .page-nav-name {
  margin-right: 4px;
}
#page-nav .page-nav-bd .page-nav-bd-r .page-nav-loginout-btn {
  color: #4A90E2;
  cursor: pointer;
}
.page-nav-menu {
  position: relative;
  cursor: pointer;
}
.page-nav-menu .page-nav-link {
  display: block;
  position: relative;
  z-index: 3;
}
@-webkit-keyframes circle {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    opacity: 0.2;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  80%,
  100% {
    opacity: 0.2;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes circle {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    opacity: 0.2;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  80%,
  100% {
    opacity: 0.2;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.page-nav-order {
  text-align: center;
  font-size: 14px;
  color: #4A90E2;
}
.loginButtom {
  background: #000;
  color: white;
}
.loginButtom:hover {
  border-color: #986c33;
  background: #986c33;
  color: #fff;
}

#footer {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
  background: url(/static/jiaxin/footer-bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding-top: 30px;
}
#footer .footer-content {
  width: 1200px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: 'center';
  margin: 0 auto;
}
#footer .footer-nav {
  margin: 0 auto;
}
#footer .footer-nav ul {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
#footer .footer-nav ul li {
  font-size: 12px;
  color: #222;
  line-height: 32px;
}
#footer .footer-nav ul li::after {
  content: '|';
  display: inline-block;
  margin: 0 10px;
}
#footer .footer-nav ul li:last-child::after {
  content: '';
}
#footer img {
  width: 240px;
  height: 60px;
  margin-right: 191px;
}
#footer .beian {
  text-align: left;
  font-size: 12px;
}
#footer .beian img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
}

html,
body,
#__next {
  height: 100%;a
  font-family: "Microsoft YaHei", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
#container {
  min-width: 1200px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}
#main {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  width: 100%;
  overflow: hidden;
}
body {
  font-size: 14px;
  background-color: #F5F7FA;
  color: #222222;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
div,
p,
h1,
h2,
h3,
h4,
h6,
ul,
li,
tr,
td,
th {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #FF7224;
}
button {
  border: 0;
  outline: 0;
}
.page-container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden !important;
}
.chatRoom__im-container___3kCW6 {
  position: relative;
}
.chatRoom__im-container___3kCW6 > div:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%!important;
}
.chatRoom__im-container___3kCW6 > div:first-child {
  height: 0%!important;
}
.title-bg-box {
  height: 40px;
  width: 100%;
  background: url(/static/jiaxin/com-top-bg.png) no-repeat center top;
  z-index: 1000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 0;
}
.mall-title img {
  width: 100%;
  display: block;
}

.descon {
  padding: 30px 0;
}
.descon-box {
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  width: 1000px;
  margin: 0 auto 20px;
}
.descon-box img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 33px;
}
.descon-content {
  width: 100%;
  background: url('/static/jiaxin/sfgl-jz-bg.jpg') no-repeat center;
  background-size: 100% 100%;
  padding: 20px 100px;
}
.descon-content div {
  font-size: 34px;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
}
.descon-content p {
  font-size: 22px;
  line-height: 44px;
  color: #4C4C4C;
}

.wrapper {
  width: 1080px;
  margin: 0 auto;
}
.padding-30 {
  padding: 30px 0;
}
.com-title-box {
  width: 100%;
  background: url(/static/jiaxin/sy-title-bg.jpg) no-repeat center bottom;
}
.com-title {
  float: left;
  font-size: 22px;
  color: #000;
  line-height: 50px;
}
.com-title-more {
  float: right;
  font-size: 16px;
  padding-top: 20px;
  padding-right: 30px;
}
.com-title-more a {
  color: #a80110;
}
.com-title-more a:hover {
  color: #986C33;
}
.sy-main-bg {
  position: relative;
  left: 50%;
  margin-left: -750px;
  width: 1500px;
  background: url(/static/jiaxin/sy-com-bg.jpg) no-repeat center bottom;
}
.com-title-box {
  width: 100%;
  background: url(/static/jiaxin/sy-title-bg.jpg) no-repeat center bottom;
}
.work-border {
  width: 140px;
  height: 190px;
  margin-bottom: 20px;
  line-height: 190px;
  overflow: hidden;
}
.work-border img {
  padding: 3px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #986C33;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*书法欣赏*/
#wrapper-02 {
  width: 1080px;
  height: 240px;
  position: relative;
}
#carousel {
  width: 960px;
  margin: 0 auto;
  position: vrelative;
}
#carousel ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
#carousel li {
  /*text-align: center;*/
  /*display: block;*/
  float: left;
  position: relative;
  margin: 0 10px;
}
.work-border {
  width: 140px;
  height: 190px;
  margin-bottom: 20px;
  line-height: 190px;
  overflow: hidden;
}
#carousel a {
  display: block;
}
.work-border img {
  padding: 3px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #986C33;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.work-author {
  position: absolute;
  left: 50%;
  margin-left: -21px;
  bottom: 0;
  font-size: 14px;
  color: #333;
  *zoom: 1;
  z-index: 1000;
}
#wrapper-02 .prev,
#wrapper-02 .next {
  display: block;
  z-index: 1000;
  overflow: hidden;
  width: 30px;
  height: 60px;
  margin-left: 10px;
  position: absolute;
  top: 70px;
}
#wrapper-02 .prev {
  background: url(/static/jiaxin/sy-arrow-left.png) no-repeat;
  background-size: 60%;
  background-position: left center;
  left: 0;
}
#wrapper-02 .prev:hover {
  left: -5px;
}
#wrapper-02 .next {
  background: url(/static/jiaxin/sy-arrow-right.png) no-repeat;
  background-size: 60%;
  background-position: right center;
  right: 0;
}
#wrapper-02 .next:hover {
  right: -5px;
}

.sy-main-bg {
  position: relative;
  left: 50%;
  margin-left: -750px;
  width: 1500px;
}
.wrapper {
  width: 1080px;
  margin: 0 auto;
}
.padding-30 {
  padding: 30px 0;
}
.bg-content {
  background: url(/static/jiaxin/sy-com-bg.jpg) repeat center bottom;
}
.com-title-box {
  width: 100%;
  background: url(/static/jiaxin/sy-title-bg.jpg) no-repeat center bottom;
}
.com-title {
  float: left;
  font-size: 22px;
  color: #000;
  line-height: 50px;
}
.com-title-more {
  float: right;
  font-size: 16px;
  padding-top: 20px;
  padding-right: 30px;
}
.com-title-more a {
  color: #a80110;
}
.com-title-more a:hover {
  color: #986C33;
}
/*书坛人物轮播图*/
div.orbit-wrapper {
  position: relative;
  overflow: visible;
}
div.orbit {
  position: relative;
  overflow: hidden;
  margin-left: 110px;
  margin-top: 40px;
}
div.orbit span {
  display: none;
}
div.orbit a img {
  position: absolute;
  display: block;
  z-index: 100;
  width: 350px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  padding: 3px;
  border: #986C33 1px solid;
  background: #fff;
}
div.orbit-wrapper h4 {
  display: none;
}
div.orbit-wrapper h4 {
  display: none;
}
div.timer {
  display: none;
}
div.slider-nav {
  display: block;
}
div.slider-nav span {
  width: 40px;
  height: 120px;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 100;
  top: 110px;
  cursor: pointer;
  text-indent: -9999px;
}
div.slider-nav span.right {
  right: -60px;
  background: url(/static/jiaxin/sy-arrow-right.png) no-repeat right center;
  top: 30px;
}
div.slider-nav span.left {
  left: 0;
  background: url(/static/jiaxin/sy-arrow-left.png) no-repeat left center;
  top: 30px;
}
.container-img {
  width: 100%;
  display: block;
}
.main-title {
  margin-bottom: 66px;
  margin-top: 99px;
}
.main-title .title-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.main-title .title-box .icon-title {
  width: 14px;
  height: 14px;
  margin: 0 3px;
}
.main-title .title-box .icon-title1 {
  width: 24px;
  height: 24px;
  margin: 0 3px;
}
.main-title .title-box span {
  font-size: 45px;
  margin: 0 22px;
  color: #5e4837;
  font-weight: 800;
}
.main-title .dsc {
  font-size: 26px;
  color: #5e4837;
  margin-top: 16px;
  text-align: center;
}
.main-business {
  background: #EFE5D7;
  overflow: hidden;
}
.main-business .content {
  width: 1200px;
  margin: 0 auto;
}
.main-business .content .main-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 70px;
}
.main-business .content .main-content .category {
  width: 20%;
}
.main-business .content .main-content .category .business-category {
  width: 100%;
}
.main-business .content .main-content .category .category-des {
  margin-top: 25px;
  font-size: 18px;
  color: #5e4837;
  line-height: 30px;
}
.content-introduce {
  background: #E0D3C3;
  overflow: hidden;
  padding-bottom: 20px;
}
.content-introduce .content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.content-introduce .icon-right {
  height: 36px;
  width: 20px;
}
.content-introduce .icon-right1 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.content-introduce .main-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 1100px;
}
.content-introduce .main-content .msg-box {
  width: 1100px;
}
.content-introduce .main-content .msg-box .msg-item:last-child {
  border-right: none;
}
.content-introduce .main-content .msg-box .msg-item {
  width: 20%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  border-right: 1px solid #876b54;
}
.content-introduce .main-content .msg-box .msg-item .msg-title {
  width: 130px;
  height: 36px;
  background: url("//yingshi-1254383113.cos.ap-beijing.myqcloud.com/newimg/introduce-title.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 16px;
  color: #efe5d7;
  line-height: 36px;
  margin-bottom: 28px;
  margin: 0 auto;
}
.content-introduce .main-content .msg-box .msg-item .msg-dsc {
  padding: 6px 8px;
  border: solid 2px #876b54;
  font-size: 16px;
  font-weight: bolder;
  text-align: center;
  color: #65503f;
  display: inline-block;
  min-width: 70%;
  margin: 20px auto;
}
.content-introduce .main-content .msg-box .msg-item .min-title {
  font-size: 16px;
  color: #65503f;
  text-align: center;
  font-weight: bolder;
  margin-bottom: 16px;
}
.content-introduce .main-content .msg-box .msg-item .min-content {
  font-size: 12px;
  line-height: 26px;
  color: #5e4837;
  font-weight: 700;
}
.teacher {
  min-height: 200px;
  background: url(//yingshi-1254383113.cos.ap-beijing.myqcloud.com/newimg/teacher-bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
.teacher .title {
  font-size: 44px;
  color: #efe5d7;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
}
.teacher .content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.teacher .content .icon-right {
  height: 36px;
  width: 20px;
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
}
.teacher .content .icon-right1 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 10px;
}
.teacher .content .main-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 1100px;
  height: 520px;
  margin-top: 30px;
}
.teacher .content .main-content .msg-box {
  width: 1100px;
}
.newList {
  width: 1000px;
  min-height: 200px;
  background: url(//yingshi-1254383113.cos.ap-beijing.myqcloud.com/newimg/news-bg.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 30px 100px;
}
.newList .list {
  width: 45%;
}
.newList .list .new-item {
  cursor: pointer;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  height: 50px;
  color: #443228;
}
.newList .list .new-item .point {
  display: inline-block;
  height: 6px;
  width: 6px;
  background: #675242;
  margin-right: 10px;
}
.newList .list .new-item span {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: none;
}

body {
  background-color: #ffffff;
}
.page-title {
  width: 396px;
  text-align: center;
  margin: 70px auto 31px auto;
}
.page-title .title {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-justify-content: space-around;
  font-size: 24px;
  color: #222222;
  margin-bottom: 2px;
}
.page-title .title p {
  line-height: 33px;
}
.page-title .sub-title {
  line-height: 22px;
  opacity: 0.2;
}
.page-title img {
  width: 130px;
}
.campus {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  padding-bottom: 40px;
}
.campus .campus-r {
  width: 339px;
  height: 640px;
  padding: 20px;
  overflow-x: auto;
}
.campus .campus-r.map {
  height: 130px;
  padding: 0;
}
.campus .campus-item {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  padding: 20px;
  font-size: 14px;
}
.campus .campus-item:hover {
  background-color: #fffaf7;
}
.campus .campus-item:hover .campus-name {
  color: #ff7224;
}
.campus .campus-name {
  color: #4a90e2;
  background: url('//yingshi-1254383113.cos.ap-beijing.myqcloud.com/index_campus_icon.png') no-repeat left;
  background-size: 18px 24px;
  line-height: 24px;
  padding-left: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.campus .campus-intro {
  color: #333333;
  line-height: 24px;
}
.campus .campus-img {
  width: 114px;
  margin-left: 28px;
}
.business-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 70px;
}
.business-list .business-item {
  width: 270px;
  position: relative;
  border: 1px solid #eaeaeaff;
  padding-bottom: 25px;
  overflow: hidden;
  margin: 0 40px;
  cursor: pointer;
}
.business-list .business-item:hover .business-text {
  top: 0;
}
.business-list .business-img {
  width: 100%;
  height: 199px;
}
.business-list .business-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 20px 0 15px 0;
  padding-left: 20px;
}
.business-list .business-intro {
  line-height: 24px;
  color: #999999;
  padding: 0 20px;
}
.business-list .business-text {
  position: absolute;
  top: 410px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 70px 20px 0;
  color: #fff;
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
  text-align: justify;
}
.business-list .business-text .title {
  font-size: 20px;
  margin-bottom: 15px;
}
.core-value-page {
  border: 1px solid transparent;
}
.core-value-page .corevalue-list {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 132px 70px 132px;
}
.core-value-page .corevalue-item {
  text-align: center;
  width: 33%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.core-value-page .corevalue-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin: 24px 0 20px 0;
}
.core-value-page .corevalue-img {
  width: 100px;
}
.core-value-page .corevalue-intro {
  color: #999999;
  line-height: 28px;
}
.history-page .page-title {
  margin-bottom: 39px;
}
.history {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  margin-bottom: 41px;
}
.history .history-content {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 850px;
  background: url('//yingshi-1254383113.cos.ap-beijing.myqcloud.com/index_history2.png') no-repeat center;
  background-size: cover;
  padding: 21px 0 0 5px;
}
.history .history-content img {
  width: 45px;
  margin-right: 20px;
}
.history .history-content .history-text {
  padding-top: 10px;
  line-height: 38px;
  font-size: 14px;
}
.history .video {
  width: 430px;
}
.school-content {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-right: 48px;
}
.school-content .school-content-l {
  width: 490px;
  font-size: 14px;
}
.school-content .school-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.school-content .school-intro {
  line-height: 24px;
  text-align: justify;
  margin-bottom: 20px;
}
.school-content .school-honor {
  line-height: 24px;
  margin-bottom: 20px;
}
.school-content .school-content-r {
  width: 550px;
  position: relative;
}
.school-content .school-logo {
  position: absolute;
  top: 36px;
  left: -57px;
  z-index: 1;
  width: 120px;
}
.school-content .school-cut-btn {
  position: absolute;
  right: -48px;
  bottom: 37px;
  cursor: pointer;
}
.school-content .school-cut-btn img {
  width: 48px;
}
.banner {
  min-width: 1190px;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.banner .ant-carousel {
  width: 1920px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.audition-box {
  text-align: center;
}
.audition-box .audition-list {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-top: 20px;
}
.audition-box .audition-list .item {
  width: 290px;
  color: #252a39;
  padding: 20px;
  text-align: left;
  position: relative;
}
.audition-box .audition-list .item .qr-code {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
  cursor: pointer;
  display: none;
}
.audition-box .audition-list .item .qr-code .qr-code-content {
  padding-top: 20px;
  width: 200px;
  height: 220px;
  margin: 0 auto;
  background: #ffffff;
}
.audition-box .audition-list .item .qr-code p {
  font-size: 14px;
  margin-bottom: 11px;
}
.audition-box .audition-list .item img {
  width: 260px;
  margin-bottom: 15px;
}
.audition-box .audition-list .item .title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
  height: 40px;
}
.audition-box .audition-list .item .intro {
  font-size: 12px;
  color: #999999;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}
.audition-box .audition-list .item .item-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.audition-box .audition-list .item button {
  width: 100px;
  height: 30px;
  padding: 0;
  font-size: 12px;
}
.audition-box .move-course-btn {
  width: 180px;
  height: 40px;
  font-size: 16px;
  margin-top: 30px;
}
.right-fiexd {
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 100;
  width: 90px;
  height: 386px;
  font-size: 14px;
  color: #ffffff;
  background-color: #ff7224;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
.right-fiexd .right-fiexd-item {
  -ms-flex: 1;
      flex: 1;
  position: relative;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.right-fiexd .right-fiexd-item.go-top {
  display: none;
}
.right-fiexd .right-fiexd-item:nth-child(2) {
  border-top: 1px dotted #ffffff;
  border-bottom: 1px dotted #ffffff;
}
.right-fiexd .right-fiexd-item:nth-child(2) .app-qrcode {
  display: none;
}
.right-fiexd .right-fiexd-item:nth-child(2):hover .app-qrcode {
  display: block;
}
.right-fiexd .right-fiexd-item:nth-child(3) {
  border-top: 1px dotted #ffffff;
  border-bottom: 1px dotted #ffffff;
}
.right-fiexd .right-fiexd-item:nth-child(3) .contact-box {
  display: none;
}
.right-fiexd .right-fiexd-item:nth-child(3):hover .contact-box {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
.right-fiexd .right-fiexd-item .right-fiexd-icon {
  margin-top: 6px;
  margin: 0 auto;
}
.right-fiexd .right-fiexd-item p {
  line-height: 20px;
}
.right-fiexd .right-fiexd-item .qrcode {
  position: absolute;
  top: 50%;
  left: -112px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 112px;
  height: 132px;
  background: url(//yingshi-1254383113.cos.ap-beijing.myqcloud.com/index_right_icon10.png) no-repeat;
  background-size: cover;
  padding: 12px 0 0 12px;
  font-size: 12px;
  color: #333333;
}
.right-fiexd .right-fiexd-item .qrcode img {
  display: block;
  width: 77px;
  margin-bottom: 8px;
}
.right-fiexd .right-fiexd-item .qrcode span {
  padding-right: 26px;
}
.right-fiexd .right-fiexd-icon1 {
  width: 30px;
}
.right-fiexd .right-fiexd-icon2 {
  width: 20px;
}
.right-fiexd .right-fiexd-icon3 {
  width: 32px;
}
.right-fiexd .right-fiexd-icon4 {
  width: 28px;
}
.right-fiexd .contact-box {
  position: absolute;
  left: -193px;
  width: 193px;
  height: 60px;
  background: url(//yingshi-1254383113.cos.ap-beijing.myqcloud.com/index_right_icon6.png) no-repeat;
  background-size: cover;
  color: #ff7224;
  font-size: 14px;
  padding: 0 0 0 13px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: left;
}
.right-fiexd .contact-box p {
  line-height: 20px;
}
.right-fiexd .contact-box img {
  width: 13px;
  margin-right: 9px;
}
#ceo {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  width: 200px;
}
#ceo img {
  width: 100%;
}
#ceo .close {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

@charset "utf-8";
#wowslider-container1 {
  display: table;
  zoom: 1;
  width: 100%;
  max-width: 1920px;
  max-height: 740px;
  z-index: 0;
  text-align: left;
  /* reset align=center */
  font-size: 10px;
  text-shadow: none;
  /* fix some user styles */
  /* reset box-sizing (to boostrap friendly) */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
* html #wowslider-container1 {
  width: 1920px;
}
#wowslider-container1 .ws_images ul {
  position: relative;
  width: 10000%;
  height: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  overflow: visible;
  /*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li {
  position: relative;
  width: 1%;
  height: 100%;
  line-height: 0;
  /*opera*/
  overflow: hidden;
  float: left;
  /*font-size:0;*/
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
}
#wowslider-container1 .ws_images {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  max-height: 465px;
  max-width: 1920px;
  vertical-align: top;
  border: none;
  overflow: hidden;
}
#wowslider-container1 .ws_images ul a {
  width: 100%;
  height: 100%;
  max-height: 740px;
  display: block;
  color: transparent;
}
#wowslider-container1 img {
  max-width: none !important;
}
#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images > div > img {
  width: 100%;
  border: none 0;
  max-width: none;
  padding: 0;
  margin: 0;
}
#wowslider-container1 .ws_images > div > img {
  max-height: 740px;
}
#wowslider-container1 .ws_images iframe {
  position: absolute;
  z-index: -1;
}
#wowslider-container1 .ws-title > div {
  display: inline-block !important;
}
#wowslider-container1 a {
  text-decoration: none;
  outline: none;
  border: none;
}
#wowslider-container1 .ws_bullets {
  float: left;
  position: absolute;
  z-index: 70;
}
#wowslider-container1 .ws_bullets div {
  position: relative;
  float: left;
  font-size: 0px;
}
/* compatibility with Joomla styles */
#wowslider-container1 .ws_bullets a {
  line-height: 0;
}
#wowslider-container1 .ws_script {
  display: none;
}
#wowslider-container1 sound,
#wowslider-container1 object {
  position: absolute;
}
/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
  position: static;
  width: 100%;
  height: 100%;
}
#wowslider-container1 .ws_photoItem {
  border: 2em solid #fff;
  margin-left: -2em;
  margin-top: -2em;
}
#wowslider-container1 .ws_cube_side {
  background: #A6A5A9;
}
#wowslider-container1.ws_gestures {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container1.ws_gestures.ws_grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}
/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets,
#wowslider-container1.ws_video_playing .ws_fullscreen,
#wowslider-container1.ws_video_playing .ws_next,
#wowslider-container1.ws_video_playing .ws_prev {
  display: none;
}
/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
  position: absolute;
  display: none;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
}
#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
  display: block;
}
#wowslider-container1 .ws_video_btn div {
  position: absolute;
  background-size: 200%;
  top: 50%;
  left: 50%;
  width: 7em;
  height: 5em;
  margin-left: -3.5em;
  margin-top: -2.5em;
}
#wowslider-container1 .ws_video_btn.ws_youtube div {
  background-position: 0 0;
}
#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
  background-position: 100% 0;
}
#wowslider-container1 .ws_video_btn.ws_vimeo div {
  background-position: 0 100%;
}
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
  background-position: 100% 100%;
}
#wowslider-container1 .ws_playpause.ws_hide {
  display: none !important;
}
#wowslider-container1 .ws_bullets {
  padding: 15px 0;
}
#wowslider-container1 .ws_bullets a {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #34495E;
  float: left;
  text-indent: -4000px;
  position: relative;
  margin-left: 5px;
  color: transparent;
}
#wowslider-container1 .ws_bullets a.ws_selbull {
  background: #ffffff;
  color: #ffffff;
}
#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev {
  position: absolute;
  top: 50%;
  height: 7em;
  margin-top: -3.5em;
  width: 5em;
  z-index: 60;
}
#wowslider-container1 a.ws_next {
  right: 0;
}
#wowslider-container1 a.ws_next span i:after,
#wowslider-container1 a.ws_next span b:after,
#wowslider-container1 a.ws_next span i:before,
#wowslider-container1 a.ws_next span b:before,
#wowslider-container1 a.ws_prev span i:after,
#wowslider-container1 a.ws_prev span b:after,
#wowslider-container1 a.ws_prev span i:before,
#wowslider-container1 a.ws_prev span b:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.3em;
  background: #ffffff;
  top: 3.2em;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  /* Fix  */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
}
#wowslider-container1 a.ws_next span b:after,
#wowslider-container1 a.ws_next span b:before,
#wowslider-container1 a.ws_prev span b:after,
#wowslider-container1 a.ws_prev span b:before {
  background: #34495E;
  width: 0;
}
#wowslider-container1 a.ws_next span i:after,
#wowslider-container1 a.ws_next span b:after,
#wowslider-container1 a.ws_prev span i:after,
#wowslider-container1 a.ws_prev span b:after {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
#wowslider-container1 a.ws_next span i:before,
#wowslider-container1 a.ws_next span b:before,
#wowslider-container1 a.ws_prev span i:before,
#wowslider-container1 a.ws_prev span b:before {
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
#wowslider-container1 a.ws_prev span i:after,
#wowslider-container1 a.ws_prev span i:before,
#wowslider-container1 a.ws_prev span b:after,
#wowslider-container1 a.ws_prev span b:before {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  left: 1em;
}
#wowslider-container1 a.ws_next span i:after,
#wowslider-container1 a.ws_next span i:before,
#wowslider-container1 a.ws_next span b:after,
#wowslider-container1 a.ws_next span b:before {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  right: 1em;
}
#wowslider-container1 a.ws_next:hover span i:before,
#wowslider-container1 a.ws_next:hover span b:before,
#wowslider-container1 a.ws_prev:hover span i:before,
#wowslider-container1 a.ws_prev:hover span b:before {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
#wowslider-container1 a.ws_next:hover span i:after,
#wowslider-container1 a.ws_next:hover span b:after,
#wowslider-container1 a.ws_prev:hover span i:after,
#wowslider-container1 a.ws_prev:hover span b:after {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
#wowslider-container1 a.ws_prev:hover span b:after,
#wowslider-container1 a.ws_prev:hover span b:before,
#wowslider-container1 a.ws_next:hover span b:after,
#wowslider-container1 a.ws_next:hover span b:before {
  width: 100%;
}
/*playpause*/
#wowslider-container1 .ws_playpause {
  position: absolute;
  width: 3em;
  height: 2em;
  top: 1.5em;
  left: 0.5em;
  z-index: 59;
}
#wowslider-container1 .ws_pause span i,
#wowslider-container1 .ws_pause span b {
  position: absolute;
  width: 0.2em;
  height: 2em;
  background: #ffffff;
  -webkit-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
#wowslider-container1 .ws_pause span i {
  left: 1.4em;
}
#wowslider-container1 .ws_pause span b {
  left: 2.1em;
}
#wowslider-container1 .ws_play span {
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  border-left-color: #ffffff;
  border-width: 10px;
  top: 0;
  left: 1.4em;
  -webkit-transition: border-left-color 300ms ease-in-out;
  -o-transition: border-left-color 300ms ease-in-out;
  transition: border-left-color 300ms ease-in-out;
}
#wowslider-container1 .ws_pause:hover span i,
#wowslider-container1 .ws_pause:hover span b {
  background: #34495E;
}
#wowslider-container1 .ws_play:hover span {
  border-left-color: #34495E;
}
/* bottom center */
#wowslider-container1 .ws_bullets {
  bottom: 0px;
  left: 50%;
}
#wowslider-container1 .ws_bullets div {
  left: -50%;
}
#wowslider-container1 .ws_bulframe span {
  visibility: visible;
  opacity: 1;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  bottom: -5px;
  margin-left: -5px;
  left: 50%;
}
#wowslider-container1 .ws-title {
  position: absolute;
  font: 1.8em 'PT Sans', sans-serif;
  margin-right: 10em;
  z-index: 50;
  color: #34495E;
  background: none;
  padding: 30px;
  bottom: 0px;
  top: auto;
  opacity: 0;
}
#wowslider-container1 .ws-title div,
#wowslider-container1 .ws-title span {
  display: inline-block;
  background-color: #ffffff;
}
#wowslider-container1 .ws-title div {
  display: block;
  margin-top: 0.5em;
  font-size: 0.8em;
  line-height: 1.15em;
  padding: 5px 20px;
}
#wowslider-container1 .ws-title span {
  font-size: 1.6em;
  padding: 10px 20px;
}
#wowslider-container1 .ws_images > ul {
  animation: wsBasic 16s infinite;
  -moz-animation: wsBasic 16s infinite;
  -webkit-animation: wsBasic 16s infinite;
}
@keyframes wsBasic {
  0% {
    left: 0%;
  }
  12.5% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  37.5% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  62.5% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  87.5% {
    left: -300%;
  }
}
@-webkit-keyframes wsBasic {
  0% {
    left: 0%;
  }
  12.5% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  37.5% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  62.5% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  87.5% {
    left: -300%;
  }
}
* html #wowslider-container1 .ws_shadow {
  /*ie6*/
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='engine1//bg.png', sizingMethod='scale');
}
* + html #wowslider-container1 .ws_shadow {
  /*ie7*/
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='engine1//bg.png', sizingMethod='scale');
}
#wowslider-container1 .ws_bullets a img {
  text-indent: 0;
  display: block;
  bottom: 15px;
  left: -43px;
  visibility: hidden;
  position: absolute;
  border: 5px solid #FFFFFF;
  max-width: none;
}
#wowslider-container1 .ws_bullets a:hover img {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0);
}
#wowslider-container1 .ws_bulframe div div {
  height: 48px;
  overflow: visible;
  position: relative;
}
#wowslider-container1 .ws_bulframe div {
  left: 0;
  overflow: hidden;
  position: relative;
  width: 85px;
  background-color: #FFFFFF;
}
#wowslider-container1 .ws_bullets .ws_bulframe {
  display: none;
  bottom: 18px;
  margin-left: 6px;
  overflow: visible;
  position: absolute;
  cursor: pointer;
  border: 0px solid #FFFFFF;
}
#wowslider-container1 .ws_bulframe div div {
  height: auto;
}
@media all and (max-width: 760px) {
  #wowslider-container1 .ws_fullscreen {
    display: block;
  }
}
@media all and (max-width: 400px) {
  #wowslider-container1 .ws_controls,
  #wowslider-container1 .ws_bullets,
  #wowslider-container1 .ws_thumbs {
    display: none;
  }
}

