.banner{
position: relative;
}
.swiper-banner{
	overflow: hidden;
}
.banner img {
    width: 100%;
    height: auto;
}

.banner .pagination {
    position: absolute;
    z-index: 2;
    text-align: center;
    bottom: 3%;
}

.banner .pagination .swiper-pagination-bullet {
    width: 20px;
    border-radius: 10px;
}

.banner .pagination .swiper-pagination-bullet-active {
    background: #0069FF;
}

h1 {
    font-size: 28px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #333333;
    height: 61px;
}

h4 {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
}

.title {
    margin: 30px auto 20px;
}

.title h1 span:nth-child(1) {
    border-bottom: 5px solid #ff0000;
    margin-right: 2px;
    padding-bottom: 8px;
}

.title h1 span:nth-child(2) {
    border-bottom: 5px solid #0069FF;
    padding-bottom: 8px;
}

.bwie-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    height: 375px;
}

.bwie-content .bwie-img {
    float: left;
    width: 50%;
}

.bwie-content .bwie-img img {
    width: 100%;
    border-radius: 5px;
}

.bwie-content .bwie-txt {
    float: right;
    width: 48.5%;
}

.bwie-content .bwie-txt p {
    font-size: 18px;
    font-weight: normal;
    line-height: 31px;
    letter-spacing: 0em;
    text-indent: 2em;
    color: #566566;
    padding-bottom: 30px;
}

.bwie-content .bwie-txt .more {
    text-align: right;
}

.bwie-content .bwie-txt .more a {
    color: #0069FF;
}

.course .tabs {
    margin: 25px auto 20px;
}

.course .tabs li {
    text-align: center;
    width: 6.6%;
    height: 72px;
}

.course .tabs li p {
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    padding-top: 10px;
    color: #333333;
}

.course .tabs li.current p {
    color: #F8323C;
    font-weight: bold;
}

.course .tab_content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    height: 321px;
}

.tabs_item h4 {
    font-weight: bold;
    color: #061e42;
    font-size: 25px;
    line-height: 38px;
    padding-bottom: 20px;
    text-align: left;
}

.tabs_item p {
    color: #666;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    word-break: break-all;
    -webkit-box-orient: vertical;
    height: 98px;
}

.tabs_item span {
    color: #666;
    font-size: 20px;
    display: inline-block;
    padding-bottom: 20px;
    vertical-align: middle;
    line-height: 20px;
}

.tabs_item span img {
    width: 15px;
    height: auto;
    transform: scale(-1, 1);
    margin-right: 5px;
    border: 0;
    border-radius: 0;
}

.tabs_item img {
    width: 400px;
    float: left;
    margin-right: 50px;
    border-radius: 0.5rem;
    border: 1px solid #ccc;
}


.tabs_item .btn a {
    float: left;
    margin: 4% 3% 0 0;
    background-color: #c7000b;
    color: #fff;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1rem;
    line-height: 30px;
    display: block;
    outline: none;
    padding: 8px 40px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs_item .btns a {
    float: left;
    margin-top: 4%;
    background-color: #c7000b;
    color: #fff;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1rem;
    line-height: 30px;
    display: block;
    outline: none;
    padding: 8px 30px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs_item .btnns {
    float: left;
    margin: 4% 3% 0 0;
    background-color: #0069FF;
    color: #fff;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1rem;
    line-height: 30px;
    display: block;
    outline: none;
    padding: 8px 40px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}

.imgs {
    width: 100%;
    height: 100%x;
    margin: 0 auto;
    cursor: pointer;
}

.imgs a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1rem;
}

.zzsc {
    position: fixed;
    left: -100%;
    right: 100%;
    top: 0;
    bottom: 0;
    text-align: center;
    font-size: 0;
    z-index: 9999;
    display: none;
}

.zzsc:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    right: -100%;
}

.content_mark {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 555;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
}

.news ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news ul li {
    border: 1px solid #F8323C;
    width: 137px;
    height: 38px;
    text-align: center;
}

.news ul li.on {
    background-color: #F8323C;
}

.news ul li.on a {
    color: #fff;
}

.news ul #news2 {
    margin: auto 20px;
}

.news ul li a {
    font-size: 20px;
    line-height: 38px;
    color: #F8323C;
}

.news-list {
    margin: 26px auto;
}

.news-list .news-item {
    width: 31.5%;
    background-color: #fff;
    border-bottom: 3px solid #F8323C;
    display: inline-block;
}
.news-list .news-item:hover{
    border-bottom: 3px solid #0069FF;
}
.news-list .news-item:hover .news-txt h4,.news-list .news-item:hover .news-txt p{
    color: #F8323C;
}

.news-list .news-item .news-img {
    position: relative;
    height: 270px;
    width: 100%;
}

.news-list .news-item img {
    width: 100%;
    height: 270px;
}
.news-list .news-item .news-img .date {
    position: absolute;
    background-color: #F8323C;
    color: #fff;
    top: 0;
    width: 79px;
    height: 90px;
    text-align: center;
    display: grid;
    place-content: center;
}

.news-list .news-item .news-img .date span {
    font-size: 40px;
    font-weight: 900;
    line-height: 46px;
}

.news-list .news-item:nth-child(2) {
    margin: 0 1.5%;
}

.news-list .news-item .news-txt {
    margin: 10px;
}

.news-list .news-item .news-txt h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    color: #000000;
    text-align: left;
	overflow: hidden;
  max-height: 2em;
}

.news-list .news-item .news-txt p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
	max-height: 4.5em;
  overflow: hidden;
}

.news-list .news-item .news-txt a {
    text-align: right;
    display: block;
    color: #0069FF;
}

.middle {
    background: url(images/bg-middle.jpg) no-repeat center bottom;
    width: 100%;
    height: 470px;
}

.middle .title h1,
.middle .title h4 {
    color: #fff;
}

.middle-icon {
    padding: 60px 0 30px 0;
    height: 240px;
}

.middle .middle-icon ul {
  display: flex;
  list-style: none;
  justify-content: center;
}

.middle .middle-icon ul li {
    position: relative;
    display: inline-block;
    width: 15%;
    height: 230px;
}

.middle-icon .iconfont {
    width: 120px;
    display: block;
    height: 120px;
    border: 3px solid #fff;
    border-radius: 50%;
    position: relative;
    margin: auto;
}

.middle-icon .iconfont img {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.middle .middle-icon ul li h3 {
    display: block;
    font-size: 18px;
    color: #fff;
    margin: 15px 0 0 0;
    text-align: center;
}

.middle .middle-icon ul li p {
    display: none;
    position: absolute;
    top: 110px;
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.middle-icon ul li:before {
    display: block;
    content: '';
    width: 100%;
    border-radius: 5px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    height: 0;
    position: absolute;
    background: #2e84eb;
    z-index: 1;
}

.middle-icon ul li:hover:before {
    height: 100%;
    transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}

.middle-icon ul li:hover p {
    display: block;
    z-index: 2;
}

.middle-icon ul li:hover .iconfont img{
     position: absolute;
    z-index: 2;
      top: 25%;         
  left: 50%;         
  transform: translate(-50%, -50%); 
  max-width: 100%;    
  height: auto;      
}
.middle-icon ul li:hover h3{
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 30%;
     left: 50%;     
      transform: translate(-50%, -50%); 
  max-width: 100%;    
  height: auto;    
}
.xb-top{
	width: 47%;float: left;background: #fff;border-radius:10px;height:533px;
}
.xb-top .xb-top-img{overflow: hidden;}
.xb-top .xb-top-img img{width:100%;border-radius:10px 10px 0 0; transition: transform .3s ease;}
.xb-top .xb-top-img img:hover{
    transform: scale(1.1);
}
	.xb-top .line{	
	width: 150px;
  height: 18px;
  margin: 10px auto;
  color: #fff;
  text-align: center;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(270deg, rgba(248, 50, 60, 0) 1px, #F8323C 20%, #F8323C 60%, rgba(248, 50, 60, 0) 100%) !important;
 	}
	.xb-top h3{
		font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0 20px 10px;
  color:#000;
	}
	.xb-top p{
		font-size: 16px;
  padding: 0 20px 20px;
	}
.xb-list{
	width: 47%;
  float: right;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  height: 493px;
}
.xb-list .item{height: 110px;
  margin-bottom: 20px;}
.xb-list .item .item-img{
    width: 30%;height:98px;
  float: left;
  border-radius: 20px;
  padding: 0 10px 10px 0;
  overflow: hidden;
}
.xb-list .item .item-img img{
    width: 100%;
    transition: transform .3s ease;
}
.xb-list .item .item-img img:hover{
    transform: scale(1.1);
}
.xb-list .item .txt{width: 66%;
  float: right;
  border-bottom: 1px solid #666;
  height: 100px;}
  .xb-list .item .txt h4{
	  font-size: 16px;
	  color:#333;
	  height: 78px;
	  text-align: left;
  }
  .xb-list .item .txt:hover h4{
	  color:#F8323C;
  }
  .xb-list .item .txt p{
	  font-size:16px;
  }
  .xb-list .item:nth-child(4){
	  margin-bottom:0;
  }
  .sz-list{display: flex;
  justify-content: space-between;
  flex-wrap: wrap;}

.sz-list .sz-item{
border-radius: 20px;
  background: #fff;
  width: 224px;
  margin-bottom: 20px;
}
.sz-list .sz-item img{width:100%;border-radius: 20px 20px 0 0;}
	.sz-list .sz-item div{
		padding: 10px 10px 15px 10px;
  text-align: center;
	}
	.sz-list .sz-item div h3{
		font-size: 18px;font-weight: bold;line-height: 31px;color:#000;
	}
	.sz-list .sz-item div p{
		font-size: 18px;color:#000;
	}
.ad{
     background: url(images/bg-ad.jpg) no-repeat center bottom;
    width: 100%;
      margin-top: 20px;
}
.ad .main{
    display: flex;justify-content: space-around;
}
.ad .ad-nav{
    display: flex;align-items: center;height: 190px;
}
.ad .ad-nav img{height: 65px;width: auto;margin-right: 10px;
}
.ad .ad-nav h1{
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  height: 51px;
}
.ad .ad-nav p{
    color: #fff;font-size: 18px;line-height: 18px;font-weight: bold;
}
	.school-nav{display: flex;justify-content: space-between;}
	.school-nav .nav-l{width: 526px;height: 510px;}
	.school-nav .nav-r{width: 655px;height: 510px;}
	.school-nav .box{
		border-radius: 10px;background: #fff;
	}
    .school-nav .box .box-img{
        overflow: hidden;
    }
.school-nav .box img{
	border-radius: 10px 10px 0 0;width: 100%;
    transition: transform .3s ease;
}
.school-nav .box img:hover{
    transform: scale(1.1);
}
.school-nav .box h4{
    font-size: 16px;
font-weight: bold;
color: #000;
}
.school-nav .box a{
    font-size: 14px;
font-weight: normal;
line-height: 32px;
color: #0069FF;
}

.school-nav .box .txt{
	padding:20px;
    display: flex;
  justify-content: space-between;
}
.school-nav .nav-box{display: flex;justify-content: space-between;margin-bottom: 20px;}
.school-nav .nav-box .box{
	width:317px;
	height:245px
}
.video{
    margin-bottom: 30px;
}
.video-swiper{
	overflow: hidden;
}
.video-swiper ul li{
    border-radius: 10px;
  background: #fff;
  width: 388px;
  height: 328px;
  margin-right: 20px;
}
.video-swiper ul li img{
    width: 100%;
    height: 270px;
}
.video-swiper ul li p{
font-size: 20px;
  color: #000;
  text-align: center;
  margin: auto;
  line-height: 58px;
}
.video-swiper .swiper-button-next, .video-swiper .swiper-button-prev{width: 20px;height: 35px;}
.video-swiper .swiper-button-next::after, .video-swiper .swiper-button-prev::after{
content: none;
}
.video-swiper .swiper-button-next{
    background: url(images/icon/icon_r.png) no-repeat center bottom;
    right: -60px;
  top: 60%;
}
 .video-swiper .swiper-button-prev{
    background: url(images/icon/icon_l.png) no-repeat center bottom;
    left: -60px;
  top: 60%;
}
