.block-region-top-first{
max-width:1920px;
margin:0 auto;
}

.owl-theme .owl-controls .owl-pagination {
    margin-top:0;
    position: absolute;
    bottom: 15px;
    width: 100%;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #fa9e26;
    width: 25px;
}
.owl-theme .owl-controls .owl-buttons {
    top: 50%;
    position: absolute;
    width: 100%;
    max-width:1800px;
    right: 0;
    left: 0;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.owl-theme .owl-controls .owl-buttons div {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background:#2aa296;
    font-size:0;
    position:relative;
}
.owl-theme .owl-controls .owl-prev:after, .owl-theme .owl-controls .owl-next:after {
    font-size: 20px;
    font-weight: bold;
    border-radius: 100%;
    color: #FFF;
    font-family: "swiper-icons";
    position:absolute;
    top:18px;
    left:18px;
}
.owl-theme .owl-controls .owl-prev:after{
  content:"prev";
}
.owl-theme .owl-controls .owl-next:after{
  content:"next";
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-wrapper {
    padding: 40px 0 20px;
}
.swiper-container-initialized{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden !important;
    list-style: none;
    padding: 0;
    z-index: 1;
}

/********************** TinySlider **************************/
.tns-outer .tns-nav > .tns-nav-active{
	background: #fa9e26;
	width: 20px;
  border-radius: 5px;
}


/********************** news **************************/
.block-region-top{
  padding:50px 0
}
.block-region-top .block-title {
    background-color: rgba(42, 162, 150, 0.2);
    width: 180px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
    font-size: 24px;
    color: #2aa296;
    font-weight: bold;
    border: 0;
    padding: 0;
    margin-bottom: 35px;
}
.block-region-top .more-link{
    font-size: 16px;
    color: #999999;
    line-height: 60px;
    right:40px;
}
.newsblock .owl-wrapper-outer {
    padding-bottom: 80px;
}
.newsblock .newsitem {
    margin-right: 40px;
    border-bottom: 2px solid #2aa296;
}
.newsblock .newsitem:hover {
  background: #eef8f7;
}
.datetime {
    background-color: #2aa296;
    width: 126px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    margin-top: -20px;
    position: relative;
    margin-left: 20px;
}
.newstitle a {
    font-size: 22px;
    margin-top: 20px;
    color: #333333;
    line-height: 1.636;
    padding: 0 15px;
    display: block;
    min-height: 150px;
}
.newsblock .newsitem:hover .newstitle a {
  color: #2aa296;
}
@media screen and (max-width: 479px){
  .block-region-top{
    padding:0;
  }
.newsblock .newsitem {
    margin: 0 20px;
}
.newsblock .newsimg img{
  width:100%;
}
}

.region-top-first .tns-nav{
	top: -40px;
	position: relative;
}
.newsblock .tiny-slider,.zhuantiblock .tiny-slider {
	display: flex;
}
/********************** whysysbs **************************/
.whysysbs{
  background: #e9f6f4;
}

.frontdigital{
  margin-top:50px;
  margin-bottom:50px;
}
.whyitem {
    padding: 20px 25px;
}
.frontdigital .col-md-6{
      margin-top:30px;
    margin-bottom:30px;
}

.whysysbs .why{
   background-size: cover;
  width:100%;
  height:60vh;
  max-height:440px;
}
.whysysbs .why .inner{
  position:relative;
}
.whysysbs .why .inner .applylinks {
    position: absolute;
    right: 10px;
    height: 330px;
    width: 280px;
    text-align: center;
    top: -23px;
    padding-left: 20px;
    padding-top: 160px;
    background: url(../../SYSBS.png) no-repeat top center;
}
.whysysbs .why .inner .applylinks img:hover{
 transform: scale(1.4);
}
.whytext {
    padding-top: 200px;
    color: #FFF;
}

.whysysbs .whyimg {
  height: 105px;
  text-align: center;
}
.whysysbs .whynum {
  text-align: center;
  font-size: 72px !important;
  color: #2aa296;
  line-height: 1.2 !important;
  position: relative;
}
.whysysbs .whynum span {
  font-size: 30px;
  vertical-align: top;
  position: relative;
}
.whysysbs .sline {
  background-color: #fa9e26;
  width: 46px;
  height: 8px;
  margin: 30px auto 20px;
}
.whysysbs p {
  font-size: 24px !important;
  color: #333333 ;
  line-height: 1.636 !important;
  text-align: center;
}
#center .cont .line {
  background-color: #2aa296;
  opacity: 0.4;
  width: 2px;
  margin: 0 60px;
}
@media screen and (min-width: 1200px){
  .frontdigital{
    display:flex;
  }
  .whysysbs .col-md-6{
      display:flex;
}
.frontdigital .col-md-6:nth-child(3){
  border-left:1px solid rgb(42, 162, 150, 0.2);
}
.whytext h2{
   font-size: 42px !important;
   margin-bottom:20px;
}
.whytext h3{
   font-size: 22px !important;
   color:rgba(255,255,255,0.8);
}
}
@media screen and (min-width: 992px){
.frontdigital .col-md-6:nth-child(2),.frontdigital .col-md-6:nth-child(4){
  border-left:1px solid rgb(42, 162, 150, 0.2);
}
}
@media screen and (min-width: 786px){
.whysysbs .why{
    background: url(../../centerwhy.jpg) no-repeat top center;
}
}
@media screen and (max-width: 785px){
.whysysbs .why{
    background: url(../../m-centerwhy.jpg) no-repeat top center;
}
.frontdigital .rightb{
  border-right:0;
}
}
@media screen and (max-width: 480px){
.whysysbs .why{
    height:380px !important;
}
.whytext {
    padding-top: 280px;
    color: #FFF;
}
}
/************** enrollment ***************************/

.region-middle {
    background: url(../../zszx-bg.jpg) no-repeat bottom center;
    background-size: 1920px auto;
}
.region-middle .block {
    width: 92%;
    margin: 0 auto;
}
.zstoptitle h2{
    margin-top:40px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 60px;
    color: #555555;
    line-height: 1;
    position: relative;
    background: url(../../tit-bg.png) no-repeat center;
    border-bottom:0;
}
.zstoptitle .more-link{
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #999999;
    line-height: 60px;
    top: 40px;
}
.zstoptitle .more-link:hover {
  color: #2aa296;
}
.zsblock {
    padding: 0 50px;
}
.zsitem {
    margin-bottom: 60px;
    overflow: hidden !important;
    box-sizing: border-box;
    border-bottom: 1px solid #bfe3df;
    background: url(../../sj.png) no-repeat bottom right;
}
.zsdate{
    background-color: #2aa296;
    width: 120px;
    height: 120px;
    text-align: center;
    margin-right: 30px;
    float: left;
    display: inline-block;
    padding: 13px 0;
}
.zsdate .t{
      font-size: 68px !important;
       color: #FFF;
    line-height: 100%;
}
.zsdate .d{
    font-size: 16px;
    margin-top: 5px;
    color: #FFF;
    line-height: 100%;
}
.zstext {
    display: inline-block;
    float: left;
    width: calc(100% - 160px);
}
.zstext a{
  font-size: 22px;
  flex: 1;
  color: #333333;
  line-height: 1.636;
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.zsitem:hover .zstext a{
  color: #2aa296;
}
.block-region-middle .swiper-button-next, .block-region-middle .swiper-button-prev {
    opacity: 1;
    line-height: 100% !important;
    font-size: 0 !important;
}
.block-region-middle .swiper-button-next:after, .block-region-middle .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #666;
    padding: 24px 20px;
    border-radius: 100%;
    color: #555;
}
/************************ event **************/
.layout-full.region-bottom{
    background: url(../../hdyg-bg.jpg) no-repeat top center;
    background-size: 1920px auto;
    padding: 80px 0;
}

.block-region-bottom .block {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
}
.block-region-bottom .block .block-title {
  margin-bottom: 70px;
  text-align: center;
  font-size: 60px;
  color: #ffffff;
  line-height: 1;
  position: relative;
  line-height:100% !important;
  background: url(../../tit-bg2.png) no-repeat center;
  border-bottom:0;
}
.block-region-bottom .more-link {
  position: absolute;
  right: 0;
  font-size: 16px;
  color: #ffffff;
  line-height: 60px;
      top:0;
}
.block-region-bottom .more-link:hover {
  color: #2aa296;
}
.block-region-bottom .swiper-wrapper {
  padding: 40px 0 120px;
}
.block-region-bottom .item {
  transform: scale(0.8);
  transition: all 0.5s;
  background: #ffffff;
  padding: 0 10px 40px;
  border-left: 10px solid #2aa296;
  box-shadow: 0px 26px 34.8px 5.2px rgba(0, 0, 0, 0.13);
}
.block-region-bottom .item .top {
  height: 196px;
  font-size: 69px;
  color: #2aa296;
  position: relative;
  box-sizing: border-box;
  padding-top: 24px;
  padding-left: 23px;
  border-bottom: 5px solid #e5e5e5;
  line-height: 100%;
}
.block-region-bottom .item .top span {
  font-size: 16px;
}
.block-region-bottom .item .top .month {
  position: absolute;
  font-size: 110px;
  font-family: "Impact";
  color: rgba(42, 162, 150, 0.2);
  line-height: 1.2;
  text-align: right;
  right: 15px;
  bottom: 0;
}
.block-region-bottom .item .bottom {
  padding: 0 20px;
}
.block-region-bottom .item .bottom .t {
  font-size: 24px;
  color: #333333;
  line-height: 1.667;
  margin: 15px 0;
}
.block-region-bottom .item .bottom .b {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #333333;
  line-height: 1.6;
}
.block-region-bottom .item .bottom a {
  margin-top: 20px;
  background: #d2d2d2;
  display: block;
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  color: #ffffff;
  font-size: 24px;
  cursor: initial;
}
.block-region-bottom .item .bottom a.on {
  cursor: pointer;
  background-color: #fa9e26;
}
.block-region-bottom .item .bottom a.on:hover {
  opacity: 0.8;
}
.block-region-bottom .swiper-slide-next .item {
  transition: all 0.5s;
  transform: scale(1.2);
}
.block-region-bottom .contr {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0;
  justify-content: center;
}
.block-region-bottom .swiper-button-next,
.block-region-bottom .swiper-button-prev {
  position: relative;
  width: 65px;
  left: 0;
  top: 0;
  margin-top: 0;
}
.block-region-bottom .swiper-button-next img,
.block-region-bottom .swiper-button-prev img {
  display: block;
}
.block-region-bottom .swiper-pagination {
  position: relative;
  text-align: center;
  margin: 0 30px;
}
.block-region-bottom .swiper-pagination span {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0.502;
  width: 10px;
  height: 10px;
  transition: all 0.5s;
  margin: 0 5px;
}
.block-region-bottom .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fa9e26;
  width: 20px;
  height: 10px;
  transition: all 0.5s;
}

.block-region-bottom .contr {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: center;
}
.contr .swiper-button-next,.contr  .swiper-button-prev{
      opacity: 1;
      line-height: 100% !important;
      font-size:0 !important;
}
.swiper-container .swiper-button-prev:before, .swiper-container .swiper-button-next:before{
  display:none;
}
.contr .swiper-button-next:after,  .contr .swiper-button-prev:after{
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #666;
    padding: 27px 22px;
    border-radius: 100%;
    color: #555;
}
.contr .swiper-button-next:hover:after, .contr .swiper-button-prev:hover:after{
    color: #eee;
    background-color: #2aa296;
}

.contr .swiper-button-prev:after {
    content: 'prev';
}
.contr .swiper-button-next:after {
    content: 'next';
}
@media screen and (max-width: 768px){
.block-region-bottom .swiper-wrapper {
    padding: 0;
}
.block-region-bottom .item {
    box-shadow: 0px 0px 2px rgb(0 0 0 / 13%);
}
.block-region-bottom .swiper-slide.swiper-slide-next  .item {
    margin-left: 2px;
}
}
/****************  movecourse **************/
.region-footer-bottom-middle{
    background: url(../../ydkt.jpg) no-repeat center;
    background-size: 1920px 100%;
    padding-bottom: 80px;
}
.block-region-footer-bottom-left .block-title {
    width: 50%;
    text-align: center;
    margin-bottom: 70px;
    font-size: 60px;
    color: #555555;
    line-height: 1;
    background: url(../../tit-bg.png) no-repeat center;
    border-bottom: 0;
    margin-left: 50%;
}

.movecourseitem {
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}
.movecourseitem  img{
  display:block;
}
.movecourseitem .shadow {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.movecourseitem .shadow p {
    position: absolute;
    bottom: 0;
    font-size: 18px !important;
    color: #ffffff;
    line-height: 1.667 !important;
    padding: 10px 20px;
}
.movecourseitem .slide {
    background: #2aa296;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    opacity: 0;
    transform: scale(1.2);
    transition: all 0.5s;
}
.movecourseitem .slide p {
    line-height: 1.667 !important;
    padding: 10px 20px;
    font-size: 18px !important;
    color: #ffffff;
}
.movecourseitem .slide a {
    background-color: #ffffff;
    width: 140px;
    padding: 10px;
    border-radius: 22px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #2aa296;
    margin-bottom: 20px;
    margin-left: 20px;
}
.movecourseitem .slide a:hover {
  background: #2aa296;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.movecourseitem:nth-last-of-type(1) {
  margin-bottom: 0;
}
.movecourseitem:hover .slide {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s;
}
.block-region-footer-bottom-left .more-link, .block-region-footer-bottom-right .more-link{
  position: absolute;
  right: 0;
  font-size: 16px;
  color: #999999;
  line-height: 60px;
      top:0;
}
.block-region-footer-bottom-left .more-link:hover, .block-region-footer-bottom-right .more-link:hover {
  color: #2aa296;
}
.block-region-footer-bottom-left .more-link{
  display:none;
}
.movecourse{
  background-color: #e0eeec;
}
.movecourse .coursetitle a{
font-size: 24px !important;
    color: #2aa296;
    line-height: 1.5 !important;
    margin-bottom: 20px;
}
.movecourse .courseinfo{
    font-size: 16px !important;
    color: #999999;
    line-height: 1.875 !important;
}
.movecourseright{
  padding-top:150px;
}
@media screen and (max-width: 992px){
  .movecourseleft {
    margin:0 auto 20px auto;
    float:none;
}
.block-region-footer-bottom-left .more-link{
  display:block;
}
.block-region-footer-bottom-right .more-link{
  display:none;
}
.block-region-footer-bottom-left .block-title{
  width:100%;
  margin-left:0;
}
.movecourseright {
    padding-top: 20px;
}
.movecourseitem .slide {
  display:none;
}
}
/************ zhuanti ************/
.region-footer-bottom{
  background:#f2f2f2;
  padding:40px 0;
}
.block-region-footer-bottom .block-title {
    text-align: center;
    margin-bottom: 70px;
    font-size: 60px;
    color: #555555;
    line-height: 1;
    background: url(../../tit-bg.png) no-repeat center;
    border-bottom: 0;
}
.block-region-footer-bottom .more-link{
  position: absolute;
  right: 0;
  font-size: 16px;
  color: #666;
  line-height: 60px;
      top:0;
}
.block-region-footer-bottom .more-link:hover {
  color: #2aa296;
}
.zhuantiblock .owl-theme .owl-controls {
    margin-top: 0;
    position: absolute;
    bottom: 50%;
    width: 100%;
}
.zhuantiblock .owl-buttons {
    position: relative;
}

.zhuantiblock  .owl-theme .owl-controls .owl-buttons div {
    padding:0; 
    font-size: 16px;
    -webkit-border-radius: 0; 
    -moz-border-radius: 0;
    border-radius:0; 
    background: #2aa296;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    font-family: 'swiper-icons';
}
.zhuantiblock .ztitem {
    margin:10px;
    position:relative;
}
.ztitem .zttitle {
    background: #000;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    opacity: 0;
    transform: scale(1.2);
    transition: all 0.5s;
}
.ztitem .zttitle p {
    line-height: 1.667 !important;
    padding: 10px 20px;
    font-size: 18px !important;
    color: #ffffff;
}
.ztitem:hover .zttitle {
  opacity: 0.9;
  transform: scale(1);
  transition: all 0.5s;
}
.ztitem .zttitle a {
      background-color: #ffffff;
    width: 140px;
    padding: 10px;
    border-radius: 22px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #2aa296;
    margin-bottom: 20px;
    margin-left: 20px;
}
.ztitem .zttitle a:hover {
  background: #2aa296;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.ztitem img{
  width:100%;
}
.zhuantiblock .owl-prev {
    position: absolute;
    left: -20px;
    padding: 20px !important;
    top: -20px;
}
.zhuantiblock .owl-next {
    position: absolute;
    right: -20px;
    padding: 20px !important;
    top: -20px;
}

@media screen and (max-width: 640px){
.region-middle,.region-bottom {
    padding: 40px 0;
}
  .zsdate {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}
.zstext {
    width: calc(100% - 125px);
}
.zsdate .t{
   font-size: 34px !important;
}
.zsitem .zstext a {
    font-size: 16px;
}
.zsitem {
    margin-bottom: 30px;
}
.ztitem .zttitle{
  display:none;
}
.block-region-middle .block .block-title, .block-region-bottom .block .block-title,.block-region-footer-bottom-left .block-title,.block-region-footer-bottom .block-title  {
    font-size: 30px;
    background: url(../../mtit-bg.png) no-repeat center;
    background-size: 50%;
    margin-bottom: 30px;
}
.more-link{
    line-height: 30px !important;
    font-size: 12px !important;
}
.zhuantiblock .owl-prev {
   left: 0; 
}
.zhuantiblock .owl-next {
    right: 0;
}
}