@charset "UTF-8";
.banner img {
  width: 100%;
}
.banner .slick-dots{
  position: absolute;
  bottom: 30px;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 9;
}
.banner .slick-dots li{
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 8px;
  cursor: pointer;
  background: url("../images25/banner_li.png") no-repeat;
  background-size: 100% 100%;
}
.banner .slick-dots li.slick-active{
  background: url("../images25/banner_li_on.png") no-repeat;
  background-size: 100% 100%;
}
.banner .slick-dots li button{
  font-size: 0;
}
/* 内容1 */
.content1 {
  padding: 56px 0 80px;
  background: url("../images25/content1_bg.jpg") no-repeat center top;
  background-size: cover;
}
.hd_con{
  position: relative;
}
.hd_con .title{
  padding-top: 8px;
  height: 52px;
  line-height: 44px;
  font-size: 36px;
  color: #1156e5;
  font-weight: bold;
  text-indent: 20px;
  background: url("../images25/icon1.png") no-repeat left top;
}
.hd_con .title_en{
  height: 16px;
  line-height: 16px;
  background: url("../images25/icon2.png") no-repeat left center;
  padding-left: 20px;
}
.hd_con .title_en span{
  position: relative;
  display:inline-block;
  font-size: 12px;
  font-family: "Times New Roman";
  color: #999;
  padding: 0 3px;
  z-index: 10;
}
.hd_con .title_en span:after{
  position: absolute;
  right: -15px;
  top: 50%;
  width: 15px;
  height: 7px;
  margin-top: -5px;
  background: url("../images25/icon3.png") no-repeat right center;
  content: "";
  z-index: 4;
}
.hd_con .more{
  position: absolute;
  top: 16px;
  right: 0;
  width: 50px;
  height: 47px;
  background: url("../images25/more.png") no-repeat center center;
  background-size: 100%;
  z-index: 2;
}
.hd_con .more a{
  display: block;
  line-height: 47px;
  font-size: 12px;
  color: #b02224;
  text-indent: 8px;
}
.hd_con .more a:hover{
  color: #ffba00;
}
.content1 .content1_box1{
  width: 55.7142%;
}
.content1 .bmxw_box1{
  position: relative;
}
.content1 .bmxw_box1 .bmxw_hd{
  position: absolute;
  right: 0;
  top: 0;
  width:37.6923%;
  z-index: 99;
}
.content1 .bmxw_box1 .swiper-slide a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content1 .bmxw_box1 .swiper-slide .img{
  width: 57.1794%;
  padding-top: 41.6666%;
  position: relative;
  overflow: hidden;
}
.content1 .bmxw_box1 .swiper-slide .img img{
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
.content1 .bmxw_box1 .swiper-slide .con_txt{
  width:37.6923%;
  padding-top: 92px;
}
.content1 .bmxw_box1 .swiper-slide .con_txt .title{
  max-height: 56px;
  line-height: 28px;
  font-size: 18px;
  color: #323232;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content1 .bmxw_box1 .swiper-slide .con_txt .date{
  height: 24px;
  line-height: 24px;
  margin: 28px 0 12px;
  padding-left: 22px;
  background: url("../images25/icon4.png") no-repeat left center;
  color: #b02224;
  font-size: 14px;
}
.content1 .bmxw_box1 .swiper-slide .con_txt .des{
  max-height: 72px;
  line-height: 24px;
  color: #a2b1bc;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.content1 .bmxw_box1 .bmxw_dot{
  position: absolute;
  width:37.6923%;
  right: 0;
  bottom: 20px;
}
.content1 .bmxw_box1 .swiper-pagination .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  margin-right: 14px;
  background: url("../images25/bmxw_li.png") no-repeat;
  background-size: 100%;
  opacity: 1;
}
.content1 .bmxw_box1 .swiper-pagination .swiper-pagination-bullet-active{
  background: url("../images25/bmxw_li_on.png") no-repeat;
  background-size: 100%;
}
.content1 .bmxw_box2{
  padding-top: 28px;
}
.content1 .bmxw_box2 ul li{
  height: 56px;
  line-height: 56px;
}
.content1 .bmxw_box2 ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content1 .bmxw_box2 ul li .date{
  width: 100px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 14px;
  background: #f4f8fc;
  margin-top: 15px;
  font-size: 14px;
  color: #b02224;
}
.content1 .bmxw_box2 ul li .title_con{
  position: relative;
  width: calc(100% - 120px);  
}
.content1 .bmxw_box2 ul li .title_con:before{
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0;
    height: 1px;
    transition: all 0.6s;
    background: #256dd4;
    content: "";
    z-index: 8;
}
.content1 .bmxw_box2 ul li .title_con:hover:before{
  width: 100%;
}
.content1 .bmxw_box2 ul li .title_con:after{
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #eee;
  content: "";
  z-index: 2;
}
.content1 .bmxw_box2 ul li+li+li .title_con:after{
  display: none;
}
.content1 .bmxw_box2 ul li .title_con .title{
  padding-right: 32px;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  color: #323232;
  background: url("../images25/icon5.png") no-repeat right center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content1 .bmxw_box2 ul li:hover .title_con .title{
  color: #256dd4;
}
.content1 .content1_box2{
  width: 39.2857%;
}
.content1 .content1_box2 ul{
  padding-top: 16px;
}
.content1 .content1_box2 ul li{
  position: relative;
  padding-top: 10px;
}
.content1 .content1_box2 ul li .date{
  width: 70px;
  height: 70px;
  background: url("../images25/date.png") no-repeat;
  background-size: 100% 100%;
}
.content1 .content1_box2 ul li .date span{
  display: block;
  text-align: center;
}
.content1 .content1_box2 ul li .date span.d1{
  padding-top: 4px;
  height: 42px;
  line-height: 38px;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
.content1 .content1_box2 ul li .date span.d2{
  font-size: 14px;
  color: #1156e5;
  height: 20px;
  line-height: 20px;
}
.content1 .content1_box2 ul li .title_con{
  position: relative;
  width: calc(100% - 90px);
  height: 80px;
  display: flex;
  justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.content1 .content1_box2 ul li .title_con:before{
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0;
    height: 1px;
    transition: all 0.6s;
    background: #256dd4;
    content: "";
    z-index: 8;
}
.content1 .content1_box2 ul li:hover .title_con:before{
  width: 100%;
}
.content1 .content1_box2 ul li+li+li+li+li .title_con:after{
  display: none;
}
.content1 .content1_box2 ul li .title_con .title{
  width: 100%;
  max-height: 56px;
  line-height: 28px;
  font-size: 18px;
  color: #323232;
  text-align: left;
  font-family: "Microsoft Yahei";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content1 .content1_box2 ul li:hover .title_con .title{
  color: #256dd4;
}
/* 内容2 */
.content2 {
  position: relative;
  padding: 40px 0;
  background: url("../images25/content2_bg.png") no-repeat center top;
  background-size: cover;
  /* margin-top: -132px; */
}
.hd_con2 .title{
  background: url("../images25/icon6.png") no-repeat left top;
  color: #fff;
}
.hd_con2 .title_en{
  background: url("../images25/icon7.png") no-repeat left center;
}
.hd_con2 .title_en span{
  color: #7b94ce;
}
.hd_con2 .title_en span:after{
  background: url("../images25/icon8.png") no-repeat center center;
}
.hd_con2 .more{
  background: url("../images25/more2.png") no-repeat center center;
  color: #fff;
}
.hd_con2 .more a{
  color: #fff;
}
.content2 .content2_box1{
  width: 34.2857%;
}
.content2 .content2_box1 ul li{
  position: relative;
  padding: 20px 0 24px;
  border-bottom: 1px dashed #81a6e2;
}
.content2 .content2_box1 ul li:before{
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 0;
  height: 1px;
  transition: all 0.6s;
  background: #fff;
  content: "";
  z-index: 8;
}
.content2 .content2_box1 ul li:hover:before{
  width: 100%;
}
.content2 .content2_box1 ul li+li+li+li{
  border-bottom: none;
}
.content2 .content2_box1 ul li .date{
  height: 34px;
  line-height: 34px;
  padding-left: 22px;
  background: url("../images25/icon9.png") no-repeat left center;
  color: #cdd6eb;
}
.content2 .content2_box1 ul li .title{
  height: 3.5rem;
  line-height: 1.75rem;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content2 .content2_box2{
  width: 55.7142%;
}
.content2 .content2_box2 ul{
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content2 .content2_box2 ul li{
  width: calc(50% - 10px);
  margin-bottom: 22px;
}
.content2 .content2_box2 ul li a{
  display: block;
  background-size: cover;
  padding: 28px 28px 30px;
  border: 1px solid #bdd9f0;
  border-left: 2px solid #1156e5;
  background: none;
}
.content2 .content2_box2 ul li.active a{
  border: none;
  background: url("../images25/li_bg.jpg") no-repeat;
  background-size: cover;
}
.content2 .content2_box2 ul li .date{
  height: 32px;
  line-height: 32px;
  padding-left: 24px;
  background: url("../images25/icon4.png") no-repeat left center;
  color: #b02224;
}
.content2 .content2_box2 ul li.active .date{
  background: url("../images25/icon9.png") no-repeat left center;
  color: #ead3d8;
}
.content2 .content2_box2 ul li .title{
  height: 56px;
  line-height: 28px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content2 .content2_box2 ul li.active .title{
  color: #fff;
}
.content2 .content2_box2 ul li.active:hover .title{
  color: #ea8b4c;
}
.content2 .content2_box2 ul li .title{
  color: #323232;
}
.content2 .content2_box2 ul li:hover .title{
  color: #b02224;
}
/* 内容3 */
.content3{
  padding: 52px 0 76px;
  background: url("../images25/content3_bg.jpg") no-repeat center top;
  background-size: cover;
}
.hd_con_box{
  width: 164px;
  margin: 0 auto;
}
.content3 .dwfc{
  padding-top: 20px;
}
.content3 .dwfc .dwfc_box1{
  position: relative;
  width: 72.8571%;
  padding-right: 32px;
}
.index_06{
  overflow: hidden;margin: 0rem auto 0;width: 100%;padding-left: 6.875rem;}
.index_06 a{display: block;}
.index_06 .img_box{height: 0;padding-bottom: 57.7%;position: relative;}
.index_06 .img_box::after{content: "";display: block;width: 100%;height: 100%;position: absolute;z-index: 1;background: url(../images25/part6_img_zz.png) repeat-x left bottom;bottom: 0;left: 0;}
.index_06 .img_box img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;object-fit: cover;}
.index_06 .rheight24 canvas{width: 100% !important;}
.index_06 .title{text-align: center;color: #fff;line-height: 30px;position: absolute;font-size: 18px;position: absolute;bottom: 0.2rem;left: 0;padding: 1rem;width: 100%;z-index: 3;transition: 0.4s;}
.index_06 .swiper-slide-active .title{display: block;}
.dwfc_box1 .dwfc_btn{
  position: absolute;
  right: 0;
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  background: url("../images25/dwfc_btn.png") no-repeat;
  background-size: 100% 100%;
  z-index: 99;
}
.dwfc_box1 .swiper-button-prev,.dwfc_box1 .swiper-button-next{width: 19px;height: 8px;z-index: 99;margin-top: 0;}
.dwfc_box1 .swiper-button-prev{background: url("../images25/dwfc_l.png") no-repeat;left: 12px;top:24px;}
.dwfc_box1 .swiper-button-next{background: url("../images25/dwfc_r.png") no-repeat;right: 14px;top:42px;}

.index_06 .swiper-slide{filter: brightness(0.65);}
.index_06 .swiper-slide.swiper-slide-active{filter: brightness(1);}
.index_06 .swiper-slide a:hover .title{color: #ffba00;}
.content3 .dwfc .dwfc_box2{
  width: 24.1428%;
}
.content3 .dwfc .dwfc_box2 ul li{
  position: relative;
  margin-bottom: 56px;
  margin-top: 40px;
}
.content3 .dwfc .dwfc_box2 ul li+li{
  margin-bottom: 0;
}
.content3 .dwfc .dwfc_box2 ul li .date{
  position: absolute;
  left: 38px;
  top:-40px;
  width: 70px;
  height: 70px;
  background: url("../images25/date.png") no-repeat;
  background-size: 100% 100%;
}
.content3 .dwfc .dwfc_box2 ul li .date span{
  display: block;
  text-align: center;
}
.content3 .dwfc .dwfc_box2 ul li .date span.d1{
  padding-top: 4px;
  height: 42px;
  line-height: 38px;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
.content3 .dwfc .dwfc_box2 ul li .date span.d2{
  font-size: 14px;
  color: #1156e5;
  height: 20px;
  line-height: 20px;
}
.content3 .dwfc .dwfc_box2 ul li .title_con{
  background: #fff;
  padding: 18px 30px 38px;
  border-radius: 0 40px 0 40px;
}
.content3 .dwfc .dwfc_box2 ul li .title_con .title{
  padding-top: 24px;
  background: url("../images25/icon10.png") no-repeat right top;
  height: 80px;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content3 .dwfc .dwfc_box2 ul li:hover .title_con .title{
  color: #236bd3;
}
.content3 .dwfc .dwfc_box2 ul li .title_con .des{
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*师资队伍*/
.list_szdw{
  padding-top: 24px;
}
.list_szdw ul li{
  float: left;
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 24px;
}
.list_szdw ul li:nth-child(2n){
  margin-right: 0;
}
.list_szdw ul li a{
  display: block;
  padding: 10px;
  background: #f3f3f3;
  overflow: hidden;
}
.list_szdw ul li .con_box{
  float: left;
  width: 156px;
  margin-right: 20px;
}
.list_szdw ul li .con_box .pic{
    padding-top: 128%;
}
.list_szdw ul li .con_txt{
  padding-top: 12px;
}
.list_szdw ul li .con_txt .title{
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.list_szdw ul li .con_txt p{
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
@media screen and (max-width: 1400px) {
  .content1 .bmxw_box1 .bmxw_hd{
    position: unset;
    width: 100%;
    margin-bottom: 26px;
  }
  .content1 .bmxw_box1 .swiper-slide .img{
    padding-top: 38.6666%;
  }
  .content1 .bmxw_box1 .swiper-slide .con_txt{
    padding-top: 20px;
  }
  .content1 .bmxw_box1 .swiper-slide .con_txt .date{
    margin: 12px 0;
  }
  .content1 .content1_box2 ul li{
    padding-top: 15px;
  }
  .content1 .content1_box2 ul li .title_con{
    height: 85px;
  }
.content4 .dwfc .dwfc_box2 ul li{margin-left: 0.7rem;
    width: 24%;}
}
@media screen and (max-width: 1366px) {
  .content1{
    padding: 44px 0 54px;
  }
  .content2 .content2_box2{
    width: 58.7142%;
  }
  .content3{
    padding: 40px 0 60px;
  }
  .index_06 .img_box{
    padding-bottom: 62.7%;
  }
}
@media screen and (max-width: 1280px) {
  .hd_con .title{
    font-size: 30px;
  }
  .content1 .content1_box2 ul li{
    padding-top: 10px;
  }
  .content1 .content1_box2 ul li .title_con{
    height: 80px;
  }
  .content1 .bmxw_box1 .swiper-slide .con_txt .des{
    height: 48px;
    -webkit-line-clamp: 2;
  }
.content4 .dwfc .dwfc_box2 ul li{width: 23.8%;}
}
@media screen and (max-width: 1024px) {
  .hd_con_box{
    width: auto;
  }
  .hd_con .title{
    font-size: 28px;
  }
  .content1 .content1_box1{
    float: none;
    width: 100%;
  }
  .content1 .bmxw_box1 .swiper-slide .con_txt .title{
    font-size: 16px;
  }
  .content1 .content1_box2{
    padding-top: 24px;
    float: none;
    width: 100%;
  }
  .content1 .bmxw_box2 ul li .title_con .title{
    font-size: 16px;
  }
  .content1 .content1_box2 ul li .title_con .title{
    font-size: 16px;
  }
  .content2{
    padding: 0;
    background:none;
  }
  .content2 .center{
    padding: 0;
  }
  .content2 .content2_box1{
    padding: 40px 30px;
    background: url("../images25/content2_left_bg.png") no-repeat center top;
    background-size: cover;
    float: none;
    width: 100%;
  }
  .content2 .content2_box2{
    padding: 40px 30px 0;
    background: url("../images25/content2_right_bg.png") no-repeat center top;
    background-size: cover;
    float: none;
    width: 100%;
  }
  .content2 .content2_box1 ul li .title{
    font-size: 16px;
  }
  .content2 .content2_box2 ul li .title{
    font-size: 16px;
  }
  .content3{
    padding: 20px 0 60px;
  }
  .content3 .dwfc .dwfc_box1{
    float: none;
    width: 100%;
  }
  .content2 .content2_box1 ul li .title{
    max-height: 3.5rem;
    height: auto;
  }
  .content3 .dwfc .dwfc_box2{
    padding-top: 24px;
    float: none;
    width: 100%;
  }
  .index_06 .title{
    font-size: 16px;
  }
  .index_06{
    padding-left: 0;
  }
  .content3 .dwfc .dwfc_box2 ul li .title_con .title{
    height: auto;
    max-height: 80px;
    font-size: 18px;
  }
  .content3 .dwfc .dwfc_box2 ul li .title_con .des{
    height: auto;
    max-height: 48px;
  }
  .footer_link .link_hd{
    font-size: 22px;
  }
}

@media screen and (max-width: 986px) {
.content4 .dwfc .dwfc_box2 ul li{width: 40%;}
.content4 .dwfc .dwfc_box2 ul li .title_con{    margin-bottom: 15px;}



}



@media screen and (max-width: 768px) {
  .center{
    padding: 0 15px;
  }
  .content1{
    padding: 28px 0 50px;
  }
  .content1 .bmxw_box1{
    padding-bottom: 40px;
  }
  .content1 .bmxw_box1 .bmxw_hd{
    margin-bottom: 18px;
  }
  .content1 .content1_box2 ul{
    padding-top: 4px;
  }
  .content1 .bmxw_box1 .swiper-slide .img{
    float: none;
    width: 100%;
  }
  .content1 .bmxw_box1 .swiper-slide .con_txt{
    float: none;
    width: 100%;
  }
  .content1 .bmxw_box1 .bmxw_dot{
    width: 100%;
  }
  .content1 .bmxw_box1 .bmxw_dot .swiper-pagination{
    width: 100%;
  }
  .content1 .bmxw_box2{
    padding-top: 18px;
  }
   .content2 .content2_box1{
    padding: 40px 15px;
  }
  .content2 .content2_box2{
    padding: 30px 15px 12px;
  }
  .content2 .content2_box2 ul li{
    width: 100%;
  }
  .content2 .content2_box2 ul li a{
    padding: 15px;
  }
  .content2 .content2_box2 ul li.active a{
    border: 1px solid #bdd9f0 !important;
    border-left: 2px solid #1156e5 !important;
    background: none !important;
  }
  .content2 .content2_box2 ul li .title{
    height: auto;
    max-height: 56px;
  }
  .content2 .content2_box2 ul li.active .title{
    color: #323232;
  }
  .content2 .content2_box2 ul li.active .date{
    background: url("../images25/icon4.png") no-repeat left center;
    color: #b02224;
  }
  .content3{
    padding: 0 0 40px;
  }
.content4 .dwfc .dwfc_box2 ul li .title_con .title{font-size:16px}
  .content4 .dwfc .dwfc_box2 ul li{width: 100%;}
.content4 .dwfc .dwfc_box2 ul li{margin-left:0!important}


}

@media screen and (max-width: 480px) {
  .content4 .dwfc .dwfc_box2 ul li{width:100%;}
}
@media screen and (max-width: 1024px) {
  .banner .slick-dots{
  bottom: 12px;
}
.banner .slick-dots li{
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
  .foot{padding: 24px 0;} 
}
@media screen and (max-width: 768px) {
  
}
@media screen and (max-width: 600px) {
   
}