.home-content {
  min-height: calc(100vh - 550px);
  position: relative;
}

a {
  color: #000;
}
.w1400{
  width: 1400px;
  margin: 0 auto;
}
.home-content .link_wrapper {
  width: 1400px;
  background-image: url('../imge/link.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  background-color: #284172;
  margin: 0 auto;
  position: absolute;
  top: -1%;
  left:50%;
  transform: translateX(-50%);
  z-index: 999999;
}

.link_item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  flex: 1;
  height: 100%;
  border-right: 1px solid rgb(245, 245, 245);
}
.link_item:hover{
  background-color:#182b84;
}
.link_item a {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.link_li{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link_item .icon{
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
}
.link_item a img {
  width: 100%;
  height: 100%;
  display: block;
}

.link_item .link_title {
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.div35{
  width: 35%;
}
.div30{
  width: 20%;
}
.div58{
  width: 58%;
}
.div40{
  width: 42%;
}
.profile_wrap{
  display: flex;
  justify-content: space-between;
}
.wrap_item{
  display: flex;
  flex-direction: column;
}
.profile_wrap .wrap_item .wrap_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #C9C9C9;
}
.border_none{
  border-bottom: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.profile_wrap .wrap_item .wrap_title{
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #284172;
  font-family: PingFang SC;
  cursor: pointer;
}
.profile_wrap .wrap_item .wrap_more{
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.profile_wrap .wrap_item .wrap_banner{
 width: 100%;
}
.profile_wrap .wrap_item .wrap_banner .notice_zx{
  width: 100%;
  height: 100%;
}
.dynamic_wrap{
 width: 100%;
 margin: 30px auto 0 !important;
 display: flex;
 flex-direction: column;
}
.dynamic_wrap .wrap_banner{
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.dynamic_wrap .wrap_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dynamic_wrap .wrap_top .wrap_title{
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
.dynamic_wrap .wrap_banner .wrap_item_right{
  padding: 10px 10px 10px 40px;
  box-sizing: border-box;
  border-left: 2px solid #284172;
}
.dynamic_wrap .wrap_banner .dynamic_ul{
  display: flex;
  flex-direction: column;
}
.dynamic_wrap .wrap_banner .dynamic_li{
  display: flex;
  margin-top: 15px;
  cursor: pointer;
}
.dynamic_wrap .wrap_banner .dynamic_time{
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  box-shadow: 0 0 6px #4e4e4e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 4px;
}
.dynamic_li .dynamic_content{
  max-height: 80px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.dynamic_li .dynamic_content .dynamic_title{
  font-size: 16px;
  color: #333333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /*行数*/
  overflow: hidden;
}
.dynamic_li .dynamic_content .dynamic_text{
  font-size: 14px;
  color: #999999 ;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /*行数*/
  margin-top: 10px;
  overflow: hidden;
}
.dynamic_li .dynamic_content .dynamic_text p{
  font-size: 14px !important;
  color: #999999 !important;
}
.dynamic_li .dynamic_content .dynamic_text span{
  font-size: 14px !important;
  color: #999999 !important;
}
.swiper_banner{
  width: 100%;
  box-sizing: border-box;
  padding: 25px 0;
  position: relative;
}
.swiper-jiangshi-prev{
  display: flex;
  align-items: center;
  position: absolute;
  top: 30%;
  left: 5px;
  transform: translateY(-50%);
  z-index: 999999;
}
.swiper-jiangshi-next{
  display: flex;
  align-items: center;
  position: absolute;
  top: 30%;
  right: 45px;
  transform: translateY(-50%);
  z-index: 999999;
}
.dynamic_wrap .swiper-jiangshi-prev span, .dynamic_wrap .swiper-jiangshi-next span{
  display: none;
}
.swiper-slide .dynamic_content{
  margin-top: 20px;
}
.swiper-slide .dynamic_content .dynamic_title{
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper-slide .dynamic_content .dynamic_text{
  font-size: 14px;
  color: #999999 ;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /*行数*/
  margin-top: 10px;
  overflow: hidden;
  text-indent: 10px;
}
.swiper-slide .dynamic_content .dynamic_text p{
  font-size: 14px !important;
  color: #999999 !important;
}
.swiper-slide .dynamic_content .dynamic_text span{
  font-size: 14px !important;
  color: #999999 !important;
}
.zs_txt{
  width: 100%;
  flex-direction: column;
  display: flex;
  border-bottom: 1px solid #C9C9C9;
  margin-top: 10px;
  cursor: pointer;
}
.timeline-wrapper{
  height: 100%;
  position: relative;
}
.timeline{
  width: 1px;
  height: 95%;
  border-left: 1px dashed #284172;
  position: absolute;
  left: 5px;
  top:5px;
  z-index: -1;
}
.timeline-item{
  margin-top: 10px;
  position: relative;
  cursor: pointer;
}
.white_box{
 width: 10px;
 height: 41px;
 position: absolute;
 left: 0;
 bottom: 0;
 background-color: white;
}
.timeline-top{
  display: flex;
  align-items: center;
}
.timeline-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #284172;
  background-color: #fff;
  margin-right: 15px;
}
.timeline-title{
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
  margin-left: 40px;
  border-bottom: 1px solid #C9C9C9;
}
.notice_zx1 .zs_txt .zs_txt2{
  text-align: left;
  color: #284172;
}
.notice_zx2 .zs_txt .zs_txt1{
  width: 100%;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice_zx2 .zs_txt .zs_txt2{
  text-align: right;
  margin-top: 5px;
}
.wrap_banner .login1{
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px 55px 55px 10px;
  margin-top: 20px;
}
.blue{
  background: #284172;
}
.red{
  background: #E8380D ;
}
.yellow{
  background: #EFB234;
}


.wrap_banner .login1 a{
  width: 100%;
  padding: 12px;
  display: flex;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  align-items: center;
  justify-content: space-between;
}
.login1_go{
  display: flex;
  align-items: center;
}
.login_go_icon{
  width: 20px;
  height: 20px;
}
.wrap_banner .login_icon{
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.wrap_banner .login_icon img, .wrap_banner .login_go_icon img{
  width: 100%;
  height: 100%;
  display: block;
}
.login1 a:visited,
.login1 a:active,
.login1 a:hover,
.login1 a:focus {
  text-decoration: none;
  color: none
}
.process_title{
  font-size: 20px;
  font-weight: bold;
  width: 1400px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  color: #EA782F;
}
.process_background{
  width:100%;
  background-color:#182b84;
  background-image: url('../imge/process_background.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 600px;
  padding: 50px 0;
  box-sizing: border-box;
  text-align: center;
}
.process_list{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  background-size: 100% 100%;
}
.open_course{
  width: 100%;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.open_course .open_banner{
  flex: 1;
  margin-right:50px;
  height: 100%;
}
.open_course .open_course_app{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.open_course .open_course_app .open_course_title{
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.open_course_title .open_course_more{
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.open_course .open_course_ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.open_course .open_course_ul .open_course_li{
  width: 32%;
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 0 6px #696969;
  cursor: pointer;
  margin-right: 15px;

  transition: box-shadow 0.2s;
}
.open_course .open_course_ul .open_course_li:nth-child(n + 4) {
  margin-top: 30px;
}
.open_course_li:hover {
  box-shadow: 2px 4px 10px rgba(58, 69, 88, 0.3);
}

.open_course_li:hover img {
  transform: scale(1.35, 1.35);
}

.open_course_li:hover .imgitembox {
  opacity: 1;
}

.open_course_li:hover .imgitembox a {
  top: 50%;
}
.imgitembox {
  cursor: pointer;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.5s linear;
}

.imgitembox a {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  border-color: #fff;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  border: 1px solid;
  border-radius: 16px;
  display: inline-block;
  text-align: center;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  transition: all 0.3s linear;
}

.open_course_li:hover .lefttopimg {
  transform: scale(1);
}
.open_course .open_course_ul .open_course_li:nth-child(3n){
  margin-right: unset;
}
.open_course .open_course_ul .title{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  box-sizing: border-box;
}
.open_course .open_course_hot{
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.open_course_hot_list{
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.open_course_hot_list:first-child{
  margin-top: unset;
}
.open_course_hot_list .num{
  color: #284172;
  width: 24px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.open_course_hot_list:first-child .num{
  background-image: url(../imge/trophies.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  line-height: 35px;
}
.open_course_hot_list:nth-child(2) .num{
  background-image: url(../imge/trophies.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  line-height: 35px;
}
.open_course_hot_list:nth-child(3) .num{
  background-image: url(../imge/trophies.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  line-height: 35px;
}
.open_course .open_course_hot .new_img{
  width: 160px;
  height: 80px;
  margin: 0 15px;
}
.open_course .open_course_hot .new_name{
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  max-width: 239px;
 }
 .open_course a:visited,
.open_course a:active,
.open_course a:hover,
.open_course a:focus {
  text-decoration: none;
  color: none
}
.open_teacher{
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
}
.open_teacher .open_teacher_app{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.open_teacher .open_teacher_app .open_teacher_title{
  font-size: 20px;
  font-weight: bold;
}
.open_teacher_ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.swiper-container3{
  width: 1400px;
  position: relative;
  overflow: hidden;
}
.swiper-container3 .swiper-wrapper .swiper-slide {
  margin-top: unset;
  margin-right: unset;
  margin: 30px 10px;
}
.open_teacher_li{
  display:flex;
  justify-content: space-between;
  align-items: center;
  width:32% !important;
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px 20px 0 20px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}
.open_teacher_box{
  display:flex;
  justify-content: space-between;
  align-items: center;

}
.open_teacher_top{
  width: 48%;
  height: 250px;
  position: relative;
  padding-top: 20px;
}
.open_teacher_name{
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.open_teacher_position{
  font-size: 14px;
  color: #FFFFFF;
  height: 20px;
  background-color: #EA782F;
  margin: 10px 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.open_teacher_buttom{
  min-width: 240px;
  min-height: 240px;
  border-radius: 10px;
  box-shadow: 0 0 5px #cecece;
  margin-top: 20px;
  padding: 30px 5px 30px 130px;
  position: relative;
}
.open_teacher_desc{
  font-size: 12px;
  color: #000000 ;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8; /*行数*/
  text-indent: 5px;
  overflow: hidden;
  text-indent: 10px;

}
.open_teacher_img{
  width: 48%;
  max-height: 250px;
  height: 250px;
  background: #FFFFFF;
  overflow: hidden;
}
.open_teacher_item{
  font-size: 12px;
  color: #000000;
}
.open_teacher_box1{
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  right: -15px;
  bottom: -15px;
  box-shadow: 0 0 5px #cecece;
  border-radius: 4px;
}
.open_teacher_box2{
  width: 30px;
  height: 30px;
  background-color: #182B84;
  position: absolute;
  left: -15px;
  bottom: -15px;
  box-shadow: 0 0 5px #cecece;
  border-radius: 4px;
}
.swiper-container .swiper-pagination-bullet {
  width: 40px;
  height: 10px;
  display: inline-block;
  /* box-shadow: 0 0 2px  #000; */
  margin: 0 5px;
  border-radius: 5px;
  background-color: #aaaaaa;
  opacity: 1;
}


.swiper-container .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  border: 3px solid #aaaaaa;
  background-color: #aaaaaa;
}
.swiper-container2 .swiper-wrapper{
  height: 380px;
}
/* 讲师 */
.swiper-container2 .swiper-wrapper .swiper-slide {
  height: 240px;
  /* margin-top: 30px;
  width: 277.5px;
  margin-right: 30px; */
}
.atvieo {
  width: 17px;
  height: 17px;
  background: #aaaaaa;
  border-radius: 50%;
}

.notice {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.notice .notice_tz {
  width: 30%;
}

.notice .notice_tz .btop {
  display: flex;
  justify-content: flex-start;
}

.notice .notice_tz .btop hr {
  margin: 0px 10px 0 0;
  margin-bottom: 0px;
  border-top: 0px solid #eee;
  width: 6px;
  height: 29px;
  margin-left: 0px;
}

.notice .notice_tz .btop p {
  margin-left: 0px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #13324e;
}

.notice .notice_tz img {
  margin-left: 16px;
  width: 96%;
  height: 488px;
  cursor: pointer;
}

.more {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 10px;
  border: 1px solid #656565;
  padding: 4px 6px;
  border-radius: 8px;
  cursor: pointer;
}

/* 学习流程 */
.curricula_wrap {
  width: 1200px;
  margin: 0 auto;
  /* margin: 30px auto; */
}

.fasttrack_wrap{
  margin: 0  auto;
}
.fasttrack_ul{
  display: flex;
  justify-content: space-around;
}

.fasttrack_img{
  width: 60px;
  height: 60px;
}

.curricula_title {
  text-align: center;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 40px;
    position: relative;
    background: url(/imge/tit_02.png) no-repeat;
    background-position: top;
}

.curricula_content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: url(/imge/curriculaTitleBg.png) no-repeat 0 0;
}

.curricula_content .curricula_name {
  width: 15%;
  font-size: 30px;
}

.curricula_content .curricula_ul {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.curricula_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 12%;
  cursor: pointer;
}

.curricula_list .curricula_img {
  width: 70px;
  height: 70px;
  border-radius: 60px;
  border: 2px solid #0090FF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.curricula_list .curricula_img:hover {
  background: #03a2ff38;
}

.curricula_list .curricula_img img {
  width: 50%;
  height: 50%;
  z-index: -1;
}

.curricula_list .article_title {
  line-height: 26px;
  font-size: 18px;
  width: 150%;
}

.curricula_list .article_desc {
  font-size: 14px;
  color: #666;
  width: 150%;
}

.curricula_point {
  height: 10px;
  width: 10%;
}

/* 热点资讯 */
.hotspotIn_content {
  display: flex;
  justify-content: space-between;
}

.hotspotIn_content .hotspotIn_ul {
  display: flex;
  width: 50%;
  flex-direction: column;
  background: #083C85;
  box-sizing: border-box;
}

.hotspotIn_content .hotspotIn_ul .hotspotIn_list {
  padding-top: 10px;
}

.hotspotIn_content .hotspotIn_ul .hotspotIn_list:hover {
  padding-top: 10px;
}

.hotspotIn_content .hotspotIn_ul .hotspotIn_list:first-child {
  padding-top: 0;
}

.hotspotIn_content .hotspotIn_line {
  display: flex;
  text-decoration: none;
}

.hotspotIn_content .hotspotIn_line:hover {
  box-shadow: 2px 4px 10px rgba(58, 69, 88, 0.3);

}

.hotspotIn_content .article_title {
  font-size: 16px;
  font-weight: bold;
  min-height: 60px;
  margin: 0;
  padding: 10px 0;
  box-sizing: border-box;
}

.hotspotIn_content .article_desc {
  height: 70px;
  margin: 0;
  padding: 0 0 10px 0;
  box-sizing: border-box;
}

.hotspotIn_content .hotspotIn_firstImg {
  width: 100%;
  height: 410px;
}

.hotspotIn_content .hotspotIn_firstImg:hover {
  box-shadow: 2px 4px 10px rgba(58, 69, 88, 0.3);
}

.hotspotIn_content .hotspotIn_img {
  width: 30%;
  height: 130px;
  padding-right: 10px;
}

.hotspotIn_content .hotspotIn_title {
  width: 70%;
  height: 130px;
}

.hotspotIn_firstImg_title{
  color: #fff;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  line-height: 60px;
  background: #00000052;
}

.hotspotIn_content .handset_first{
  width: 48%;
  position: relative;
}

/* 图片滚动 */
body,div,ul,li,p
{
    padding: 0;
    margin: 0;
}
#roll_div1{
    position: relative;
    margin: 10px auto 80px;
    border: 1px solid #e5e6e6;
    width: 1200px;
    height:280px;
    overflow: hidden;
    padding: 15px;
}
#roll_div1 a{
  text-decoration: none;
}
#roll_div1 .roll_title{
  height: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  border-bottom: 1px solid #e5e6e6;
}
#roll_div1 .roll_headline{
  padding: 0 24px;
  width: 146px;
  line-height: 30px;
  font-size: 24px;
}
/* #roll_div1 .roll_line{
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
#roll_div1 .roll_line_right{
  right: 0;
}
#roll_div1 .roll_line_left{
  left: 0;
} */
#roll_div1 ul
{
  position: absolute;
  left:0;
}
#roll_div1 ul li
{
  float:left;
  padding: 10px;
  list-style: none;
  width: 200px;
  height: 200px;
}
#roll_div1 ul li img
{
  width: 100%;
  height: 100%;
}

/* 通知公告轮播图 */
.swiper-slide {
  object-fit: cover;
}

.my-swiper {
  height: 160px;
  width: 1200px;
  margin: 0 auto;
}

.my-swiper p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}

/* 专业推荐 */
.major_content{
  display: flex;
  flex-wrap: wrap;
  width: 100%;

}
.major_content .major_list{
  width: 23%;
  border: 2px solid #3083D0;
  margin: 1% 1%;
  border-radius: 4px;
  height: 100px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.major_content .major_list .major_type{
    width: 20%;
    height: 100%;
    background: #3083D0;
    color: #Fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    display: flex;
    align-items: center;
    justify-content: center;
}
.major_content .major_list .major_name{
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
}
.major_content .major_list:hover .major_name{
  font-size: 20px;
}

/* 轮播图 */
.swiper-container {
  width: 100%;
  height: 45vh;
}

.swiper-slide-active {
  object-fit: cover;
}


/* 全屏轮播 */
.full-container {
  width: 100%;
  height: 92vh;
}

.query {
  width: 1200px;
  margin: 50px auto 200px;
}

.query .query_btop {
  display: flex;
  height: 70px;
}

.query .query_btop hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 0px solid #eee;
  margin: 20px 14px 0 0;
  width: 8px;
  height: 45px;
}

.query .query_btop p {
  height: 22px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #13324e;
  line-height: 70px;
  margin-top: 8px;
}

/* .query .query_btop span {
  height: 15px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9C9C9C;
  line-height: 30px;
} */
.query .jieguocx {
  margin-top: 24px;
  width: 100%;
}

.query .jieguocx .category a {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #13324e;
  margin-right: 8%;
}

.query .jieguocx .category .bord {
  border-bottom: 2px solid #2f69b8;
}

.query .jieguocx .sbit {
  width: 100%;
  height: 326px;
  margin-top: 34px;
  display: flex;
}

.query .jieguocx .sbit .ig {
  width: 32%;
  height: 326px;
  background-color: #e7e7e7;
}

.query .jieguocx .sbit .biaodan {
  width: 50%;
  margin-left: 4%;
}

.query .jieguocx .sbit .biaodan form {
  width: 100%;
  float: left;
  display: flex;
  align-content: stretch;
  flex-wrap: wrap;
}

.query .jieguocx .sbit .biaodan form ul li {
  margin-top: 30px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #13324e;
  display: flex;
  justify-content: space-between;
}

.query .jieguocx .sbit .biaodan form ul li input {
  height: 32px;
  background: rgba(47, 105, 184, 0.11);
  border-radius: 5px;
  border: 0px solid;
}

.query .jieguocx .sbit .biaodan form .bd_left {
  width: 40%;
}

.query .jieguocx .sbit .biaodan form .bd_left input {
  width: 65%;
  font-size: 14px !important;
  font-weight: 300;
  color: #bfbfbf;
}

.query .jieguocx .sbit .biaodan form .bd_right {
  margin-left: 5%;
  width: 55%;
}

.query .jieguocx .sbit .biaodan form .bd_right input {
  width: 48%;
  font-size: 14px !important;
  font-weight: 300;
  color: #bfbfbf;
}

.query .jieguocx .sbit .biaodan form .tijiao {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.query .jieguocx .sbit .biaodan form .tijiao input {
  width: 20%;
  height: 32px;
  background: #2f69b8;
  border-radius: 5px;
  border: 0px solid;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.chapter {
  width: 1200px;
  margin: 50px auto 50px;
}

/* 专业、课程 */
.chapter a {
  text-decoration: none;
}

.chapter .openingcourse .openingcourse_app {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}

.chapter .openingcourse .openingcourse_app .poee_rgt {
  font-size: 18px;
}

.chapter .openingcourse .openingcourse_app .poee_rgt a {
  margin: 0 10px;
}

.chapter .openingcourse .btop {
  display: flex;
  flex-wrap: wrap;
  /* height: 70px; */
}

.chapter .openingcourse .btop_app {
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #000000;
  /* line-height: 60px; */
  cursor: pointer;
}

.chapter .openingcourse .btop_app:hover {
  color: #1d5cb2;
}

.chapter .openingcourse .btop .btop_hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 0px solid #eee;
  width: 8px;
  height: 45px;
  background-color: #2f69b8;
}

.chapter .openingcourse .btop div {
  margin-left: 7px;
}

.chapter .openingcourse .btop div h1 {
  font-family: Microsoft YaHei;
  font-weight: 500;
  color: #333;
  /* line-height: 47px; */
  font-family: "微软雅黑";
  font-size: 24px;
  padding: 0;
  margin: 0;
}

.chapter .openingcourse .btop div span {
  height: 15px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
  line-height: 30px;
}

.chapter .openingcourse .mstui div {
  margin-left: 7px;
}

.chapter .openingcourse .ysglun {
  /* margin-top: 46px; */
  position: relative;
}

.chapter .openingcourse .ysglun ul {
  width: 100%;
  margin-bottom: 0px;
  overflow: hidden;
}

.chapter .openingcourse .ysglun ul li {
  margin-left: 20px;
  width: 270px;
  border: 1px solid #f0f1ec;
  border-radius: 4px;
  float: left;

  margin-bottom: 30px;

  position: relative;
}



.ysglun ul li>a {
  width: 270px;
  height: 150px;
  position: relative;
}

.ysglun ul li a {
  overflow: hidden;
  display: block;
  text-decoration: none;
}

.major_link {
  width: 100%;
  height: 160px;
  position: relative;
  display: block;
}

.ysglun ul li a img {
  width: 270px;
  height: 150px;
  transition: 0.8s;
}

.lefttopimg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}



.ysglun ul li .title {
  width: 248px;
  height: 76px;
  margin-top: -4px;
  float: left;
  padding: 0 10px;
}

.ysglun ul li .title h5 {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.ysglun ul li .title h5 a {
  font-size: 16px;
  line-height: 16px;
  padding: 15px 0 10px 0;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ysglun ul li .title span strong {
  float: left;
  font-size: 15px;
  color: #c01200;
  line-height: 35px;
  font-weight: bold;
}

.ysglun ul li .title span small {
  float: right;
  color: #888;
  line-height: 35px;
  font-size: 13px;
}

.chapter .openingcourse .ysglun ul li .ysglun_xqing {
  position: relative;
  height: 153px;
  width: 272px;
  margin: 0;
}

.movue {
  border-bottom: 4px solid #4c8cc3;
}

/* 暂无图片 */
.placeholder_image {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f5f5f5;
  font-size: 20px;
  font-family: KaiTi;
}

.dn {
  display: none;
}

.db {
  display: block;
}



.jiangshi-item {
  float: left;
  position: relative;
  width: 100%;
  text-decoration: none;
  height: 430px;
  box-sizing: border-box;
  text-align: center;
  background: #f2f4f6;
  border-radius: 4px;
  transition: all 0.3s;
}

.jiangshi-item .headimg {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s;
}

.jiangshiPosition {
  position: relative;
  top: 0;
  font-size: 14px;
  color: #999;
  padding: 0 36px;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.jiangshiP {
  position: relative;
  top: 0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  height: 280px;
  text-align: justify;
  padding: 0 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  transition: all 0.3s;
}

.jiangshi-item:hover {
  text-decoration: none;
}

.jiangshi-item:hover .headimg {
  width: 90px;
  height: 90px;
  margin-left: -45px;
  transition: all 0.2s;
}

.jiangshi-item:hover .jiangshiName {
  top: -45px;
  transition: all 0.3s;
}

.jiangshi-item:hover .jiangshiPosition {
  top: -50px;
  transition: all 0.3s;
}

.jiangshi-item:hover .jiangshiP {
  height: 330px;
  top: -60px;
  transition: all 0.3s;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  transition: all 0.3s;
}

.swiper-container2 {
  width: 95%;
  position: relative;
  overflow: hidden;
  /* margin: 0 auto; */
}

.headimg {
  width: 4.6875vw;
  height: 4.6875vw;
  border-radius: 50%;
  margin: 0 auto 1.041vw;
  overflow: hidden;
}

/* 院校推荐 */
.contjiangshi {
  position: relative;
}

.contjiangshi .clearfix{
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.contjiangshi .clearfix li{
  width: 25%;
  border-radius: 2px;
  padding: 2% 3%;
}

.contjiangshi .clearfix li:hover{
  box-shadow: 0px 4px 21px 0px rgba(122, 153, 195, 0.9);
}

.contjiangshi .clearfix li a{
  width: 100%;
  height: 100%;
  display: inline-block;
}

.contjiangshi .clearfix li img{
  width: 100%;
  height: 100%;
}

.contjiangshi .swiper-jiangshi-next,
.contjiangshi .swiper-jiangshi-prev {
  position: absolute;
  top: 50%;
}

.contjiangshi .swiper-jiangshi-next:focus,
.contjiangshi .swiper-jiangshi-prev:focus {
  outline: none;
}

.contjiangshi .swiper-jiangshi-next img,
.contjiangshi .swiper-jiangshi-prev img {
  font-size: 25px;
  color: #ccc;
}

.contjiangshi .swiper-jiangshi-next img:hover,
.contjiangshi .swiper-jiangshi-prev img:hover {
  color: #2e68b8;
  cursor: pointer;
}

.contjiangshi .swiper-jiangshi-prev {
  left: -50px;
}

.contjiangshi .swiper-jiangshi-next {
  right: -50px;
}

.slick-list {
  height: 400px;
}

/* .information-banner .slick-slider{margin-bottom:0}
.slick-initialized .slick-slide a{display:block;width:100%;overflow:hidden} */
/* .slick-initialized .slick-slide a img{width:100%;}
.slick-initialized .slick-slide span{width:100%;position:absolute;bottom:0;left:0;line-height:50px;font-size:20px;background:-webkit-linear-gradient(transparent,rgba(51,51,51,.8));background:-o-linear-gradient(transparent,rgba(51,51,51,.8));background:-moz-linear-gradient(transparent,rgba(51,51,51,.8));background:linear-gradient(transparent,rgba(51,51,51,.8))}
.slick-initialized .slick-slide span p{width:430px;color:#fff;margin-left:16px;white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;font-weight:700} */
/* .slick-dots .slick-active button{background:#2e68b8!important}
.information-imgtxt ul{overflow:hidden}
.information-imgtxt li{float:left;margin-top:18px}
.information-new .slick-slide{height: auto;} */

/* #swpcontent .swiper-slide{position:relative}
.information-new .slick-slide{height: auto;} */

/* 专业热榜 */
.m_hot .newCurrCont .newCurrContlist a {
  position: relative;
  display: block;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m_hot .newCurrCont .newCurrContlist a:hover {
  text-decoration: none;
  cursor: pointer;
}

.m_hot .newCurrCont .newCurrContlist p {
  display: inline-block;
}

.m_hot .newCurrCont .newCurrContlist .num {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #999;
}

.m_hot .newCurrCont .newCurrContlist .newtit {
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.m_hot .newCurrCont .newCurrContlist a:nth-child(1) .num {
  border: 1px solid #2e68b8;
  background-color: #2e68b8;
  color: #fff;
}

.m_hot .newCurrCont .newCurrContlist a:nth-child(2) .num {
  border: 1px solid #2e68b8;
  color: #2e68b8;
}

.m_hot .newCurrCont .newCurrContlist a:nth-child(3) .num {
  border: 1px solid #2e68b8;
  color: #2e68b8;
}

.m_hot .newCurrCont .newCurrContlist .newimg {
  margin-top: 15px;
  transition: all 0.3s;
  border-radius: 4px;
  overflow: hidden;
  font-size: 0;
  display: none;
  animation: showImg 0.1s ease-out;
}

.m_hot .newCurrCont .newCurrContlist .newimg img {
  width: 100%;
  height: auto;
}

.m_hot .newCurrCont .newCurrContlist a:nth-child(1) .newimg {
  display: block;
}

.chapter .openingcourse .ysglun ul li .ysglun_xqing .msjj_img a {
  text-decoration: none;
}

.chapter .openingcourse .ysglun ul li .ysglun_xqing .msjj_img a:hover {
  text-decoration: none;
}

/* .chapter .openingcourse .ysglun ul li .ysglun_xqing .msjj_img{
  transform: all 2s;
} */
.chapter .openingcourse .ysglun ul li .ysglun_xqing .msjj_bint {
  width: 279px;
  height: 357px;
  position: absolute;
  border-radius: 10px;
  top: 0;
  background: RGBA(0, 108, 154, 0.1);
}

.chapter .openingcourse .ysglun ul li .ysglun_xqing .msjj_bint img {
  border-radius: 10px;
  width: 75px;
  height: 75px;
  margin-top: 10px;
}

.chapter .openingcourse .ysglun ul li .ysglun_xqing .msjj_bint p {
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-align: left;
  margin-top: 10px;
  width: 80%;
  margin-left: 20px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 23px;
  color: #000000;
}

.chapter .openingcourse .ysglun ul li .msjj_name {
  display: block;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}

.chapter .openingcourse .ysglun ul li p {
  margin: 21px 0px 0px 0px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #13324e;
  line-height: 38px;
  text-align: center;
}

.chapter .openingcourse .ysglun ul li span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
}

.chapter .openingcourse .ysglun ul li .yspan {
  font-size: 16px;
}

.chapter .openingcourse .ysglun ul .lits {
  margin-left: 1.5%;
}

.chapter .openingcourse .ysglun .btn1 {
  margin-top: 31px;
  position: absolute;
  right: 0px;
  width: 124px;
  display: flex;
}

.chapter .openingcourse .ysglun .btn1 .btn_letf {
  width: 50px;
  height: 50px;
  background: #2f69b8;
  border: 0px solid #2f69b8;
  opacity: 0.3;
  border-radius: 80%;
  margin-right: 24px;
  outline: none;
}

.chapter .openingcourse .ysglun .btn1 .btn_rigth {
  width: 52px;
  height: 52px;
  background: #2f69b8;
  border: 0px solid #2f69b8;
  border-radius: 50%;
  outline: none;
}

.chapter .openingcourse .mstjian {
  text-align: center;
}

.chapter .openingcourse .mstjian .fate {
  display: inline-block;
  margin-top: 21px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #13324e;
}

.chapter .openingcourse .mstjian .mstspan {
  margin-top: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #aeadad;
}

.chapter .mstj,
.chapter .yxtj {
  margin-top: 70px;
}

.chapter .mstj .ysglun ul li {
  width: 279px;
  height: 450px;
}

.chapter .mstj .ysglun ul li .ysglun_xqing {
  height: 378px;
}

.chapter .yxtj {
  padding: 20px;
  text-align: center;
}

.chapter .wrap li {
  border: 1px solid #ccc;
  margin: 10px 24px;
}

.chapter .wrap .clearfix {
  display: flex;
  width: 1200px;
  flex-wrap: wrap;
}

.chapter .yxtj_img {
  border-bottom: 1px solid #ccc;
  border-radius: 2px;
}

.chapter .wrap p {
  line-height: 20px;
  margin: 10px;
}




.chapter .poee .pess_h1 {
  display: flex;
  justify-content: space-between;
}

.chapter .poee .pess_h1 .poee_btop p {
  height: 22px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #13324e;
  line-height: 47px;
}

.chapter .poee .pess_h1 .poee_btop .btop_hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 0px solid #eee;
  width: 8px;
  height: 45px;
  background-color: #2f69b8;
}

/* .chapter .poee .pess_h1 .poee_btop span {
  height: 15px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9C9C9C;
  line-height: 30px;
} */
.chapter .poee .pess_h1 .poee_rgt {
  margin-top: 31px;
}

.chapter .poee .pess_h1 .poee_rgt a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #13324e;
  margin-right: 25px;
}

/* .chapter .poee .pess_h1 .poee_rgt a:hover {
  border-bottom: 4px solid hsl(215, 72%, 41%);
} */

.chapter .poee .pess_h1 .movue {
  border-bottom: 4px solid hsl(215, 72%, 41%);
}

.chapter .poee .pess_h2 {
  width: 100%;
  margin-top: 54px;
  display: flex;
}

.chapter .poee .pess_h2 .pess_h2_letf {
  /* width: 78%; */
  width: 100%;
}

.chapter .poee .pess_h2 .pess_h2_letf ul {
  display: flex;
  flex-wrap: wrap;
}

.chapter .poee .pess_h2 .pess_h2_letf ul li {
  /* float: left; */
  cursor: pointer;
  width: 260px;
  height: 267px;
  border-radius: 10px;
  margin-right: 2%;
  margin-bottom: 27px;
  background: #fafcff;
  box-shadow: 0px 4px 21px 0px rgba(122, 153, 195, 0.17);
  display: block;
  text-decoration: none;
}

.chapter .poee .pess_h2 .pess_h2_letf ul li a {
  /* width: 100%; */
  /* height: 310px; */
  /* background: #FAFCFF;
  box-shadow: 0px 4px 21px 0px rgba(122, 153, 195, 0.17);
  display: block;
  text-decoration: none; */
}

.chapter .poee .pess_h2 .pess_h2_letf ul li .avatar {
  margin: 26px 0 19px 20px;
  width: 63px;
  height: 63px;
  border-radius: 50%;
}

.chapter .poee .pess_h2 .pess_h2_letf ul .video-close {
  width: 37px;
  height: 37px;
  /* margin: 5px 5px 0 0 ; */
}

.chapter .poee .pess_h2 .pess_h2_letf ul li p {
  margin-left: 32px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #13324e;
}

.chapter .poee .pess_h2 .pess_h2_letf ul li span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #949494;
}

.chapter .poee .pess_h2 .pess_h2_letf ul li hr {
  width: 90%;
  margin-left: 5%;
}

.chapter .poee .pess_h2 .pess_h2_letf ul li .yxq {
  margin-left: 31px;
}

.chapter .poee .pess_h2 .pess_h2_letf ul li .fenge {
  width: 1px;
  height: 16px !important;
}

.chapter .poee .pess_h2 .pess_h2_letf ul li .renshu {
  display: flex;
  /* height: 60px; */
  justify-content: center;
  align-items: center;
}

.chapter .poee .pess_h2 .pess_h2_letf ul li .renshu .renshu_btn {
  width: 114px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background-color: #006c9a;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.chapter .poee .pess_h2 .pess_h2_letf ul li .jiage {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #f88024;
}

.chapter .poee .pess_h2 .pess_h2_letf ul li:hover {
  margin-top: -3px;
  box-shadow: 0px 6px 10px 0px rgba(122, 153, 195, 0.17);
}

.chapter .poee .pess_h2 .pess_h2_rigth {
  width: 22%;
}

.chapter .poee .pess_h2 .pess_h2_rigth .beizan {
  width: 100%;
  height: 544px;
  margin-bottom: 13px;
  background: #fafcff;
}

.chapter .poee .pess_h2 .pess_h2_rigth .beizan .beizan_h1 {
  display: flex;
  justify-content: space-between;
}

.chapter .poee .pess_h2 .pess_h2_rigth .beizan .beizan_h1 a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #13324e;
}

.chapter .poee .pess_h2 .pess_h2_rigth .beizan ul {
  width: 100%;
  height: 39px;
  display: flex;
  justify-content: space-between;
}

.chapter .poee .pess_h2 .pess_h2_rigth .beizan .li {
  float: left;
  width: 33%;
  height: 39px;
  text-align: center;
}

.chapter .poee .pess_h2 .pess_h2_rigth .beizan .li a {
  white-space: nowrap;
  display: inline-block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #13324e;
}

.chapter .poee .pess_h2 .pess_h2_rigth .beizan .li div {
  width: 300%;
  padding: 0 30% 0 30%;
}

.chapter .poee .pess_h2 .pess_h2_rigth .beizan .li div a {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: left;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #949494;
  line-height: 38px;
}

.chapter .poee .pess_h2 .pess_h2_rigth .next {
  width: 100%;
  height: 90px;
}

.chapter .poee .pess_h2 .pess_h2_rigth .next a {
  width: 100%;
  height: 100%;
  padding-left: 17px;
  padding-right: 37px;
  text-decoration: none;
  background: #fafcff;
  box-shadow: 0px 4px 21px 0px rgba(122, 153, 195, 0.17);
  display: flex;
  justify-content: space-between;
}

.chapter .poee .pess_h2 .pess_h2_rigth .next a P {
  margin-top: 26px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #13324e;
}

.chapter .poee .pess_h2 .pess_h2_rigth .next a span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #949494;
}

.chapter .poee .pess_h2 .pess_h2_rigth .next a img {
  margin-top: 22px;
}

.chapter .poee .pess_h2 .pess_h2_rigth .next a:hover {
  margin-top: -3px;
  box-shadow: 0px 6px 10px 0px rgba(122, 153, 195, 0.17);
}

.chapter .query {
  width: 100%;
  margin-top: 50px;
}

.chapter .query .query_btop {
  height: 70px;
}

.chapter .query .query_btop p {
  height: 22px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #13324e;
  line-height: 47px;
}

.chapter .query .query_btop span {
  height: 15px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
  line-height: 30px;
}

.chapter .query .jieguocx {
  margin-top: 24px;
  width: 100%;
}

.chapter .query .jieguocx .category a {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #13324e;
  margin-right: 8%;
}

.chapter .query .jieguocx .category .bord {
  border-bottom: 2px solid #2f69b8;
}

.chapter .query .jieguocx .sbit {
  width: 100%;
  height: 326px;
  margin-top: 34px;
  display: flex;
}

.chapter .query .jieguocx .sbit .ig {
  width: 32%;
  height: 326px;
  background-color: #e7e7e7;
}

.chapter .query .jieguocx .sbit .biaodan {
  width: 50%;
  margin-left: 4%;
}

.chapter .query .jieguocx .sbit .biaodan form {
  width: 100%;
  float: left;
  display: flex;
  align-content: stretch;
  flex-wrap: wrap;
}

.chapter .query .jieguocx .sbit .biaodan form ul li {
  margin-top: 30px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #13324e;
  display: flex;
  justify-content: space-between;
}

.chapter .query .jieguocx .sbit .biaodan form ul li input {
  height: 32px;
  background: rgba(47, 105, 184, 0.11);
  border-radius: 5px;
  border: 0px solid;
}

.chapter .query .jieguocx .sbit .biaodan form .bd_left {
  width: 40%;
}

.chapter .query .jieguocx .sbit .biaodan form .bd_left input {
  width: 65%;
  font-size: 14px !important;
  font-weight: 300;
  color: #bfbfbf;
}

.chapter .query .jieguocx .sbit .biaodan form .bd_right {
  margin-left: 5%;
  width: 55%;
}

.chapter .query .jieguocx .sbit .biaodan form .bd_right input {
  width: 48%;
  font-size: 14px !important;
  font-weight: 300;
  color: #bfbfbf;
}

.chapter .query .jieguocx .sbit .biaodan form .tijiao {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.chapter .query .jieguocx .sbit .biaodan form .tijiao input {
  width: 20%;
  height: 32px;
  background: #2f69b8;
  border-radius: 5px;
  border: 0px solid;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.hr {
  margin-top: 0px;
  margin-bottom: 0px;
  margin: 20px 14px 0 0;
  border-top: 0px solid #eee;
  width: 8px;
  height: 45px;
  background-color: #2f69b8;
}

.pess_h1 {
  position: relative;
}

.free_hr {
  position: absolute;
  left: 0;
  top: 0;
  margin: 20px 14px 0 0;
  border-top: 0px solid #eee;
  width: 8px;
  height: 45px;
  background-color: #2f69b8;
}

.pess-title {
  margin-left: 17px;
}

.pess_h2 {
  /* position: relative; */
}

.video-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 710px;
  height: 330px;
  text-align: right;
  background-color: #333333;
  z-index: 1;
}

video,
video:focus,
video:hover {
  border: none;
  outline: none;
}

/* .close-wrapper {
  display: flex;

} */
.video-close {
  width: 25px;
  height: 25px;
  /* margin: 5px 5px 0 0 ; */
}

.creditGuidance {
  width: 880px;
  margin-right: 40px;
}

.lesson_item {
  margin-left: 20px;
}

.iphone_notice {
  display: none;
}

.wrapper {
  display: flex;
  margin: 50px 0;
}

/* 推广宣传客服页 */
.contactUsWrap {
  width: 100%;
  margin: 0 auto;
}

.contactUsWrap img {
  width: 100%;
}

.institutionUl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.institutionUl .institutionsList {
  width: 32%;
  border: 1px solid #ebebeb;
  margin: 10px 0;
  border-radius: 2px;
  text-align: center;
}

.institutionUl .institutionsList img {
  width: 100%;
  height: 340px;
}

.institutionUl .institutionsList p {
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.institutionUl .fingerpostList {
  color: #E8E8E8;
  border: 1px solid #ebebeb;
  margin: 10px 0;
  border-radius: 2px;
  text-align: center;
  color: #000;
}

.bgGrey {
  background: #E8E8E8;
  justify-content: space-around;
}

.institutionBtn {
  background-color: #D84848;
  border-radius: 8px;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 20px;
  height: 40px;
  display: inline-block;
  width: 150px;
}

.institutionBtn:hover {
  background-color: #2B78AF;
  color: #fff;
  text-decoration: none;
}



.fingerpostBtn {
  background-color: #C6C6C6;
  border-radius: 8px;
  color: #000;
  border: none;
  font-size: 40px;
  font-weight: bold;
  line-height: 80px;
  margin-bottom: 20px;
  height: 80px;
  display: inline-block;
  width: 250px;
}

.fingerpostBtn:hover {
  background-color: #D84848;
  color: #fff;
  text-decoration: none;
}
.app_box{
  display: none;
}
.pc{
  display: block;
}
.h5_app{
  display: none;
}
.profile_wrap.h5_app{
  display: none;
}
.open_teacher.h5_app{
  display: none;
}
.title_icon{
  width: 24px;
  height: 32px;
  margin-right: 5px;
}
.nav_box{
  display: none;
}
@media (max-width:1080px) and (min-width:1024px){
  body {
    width: 100%;
    overflow-x: hidden;
  }
  .home-content .link_wrapper{
    width: 100%;
  }
  .home-content .link_item .icon{
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
  }
  
  .link_item .link_title {
    font-size: 12px;
    color: #fff;
    margin: 0;
    padding: 0;
  }
  .curricula_wrap,
  #roll_div1{
    width: 100%;
  }
  .dynamic_wrap.w1400{
    width: 100%;
    padding: 0 13px;
    box-sizing: border-box;
  }
  .dynamic_wrap.w1400 .wrap_item.div58{
    width: 100%;
  }
  .dynamic_wrap .wrap_top .wrap_title{
    display: flex;
    align-items: center;
    color: #EA782F;
  }
  .dynamic_wrap .wrap_item_right{
    display:none;
  }
  /* .dynamic_wrap .swiper-jiangshi-prev{
    position: absolute;
    top: unset;
    bottom: 0px;
    left: 0px;
  } */
  .dynamic_wrap .swiper-jiangshi-prev img, .dynamic_wrap .swiper-jiangshi-next img{
    width: 18px !important;
    height:20px !important;
  }
  .dynamic_wrap .swiper-jiangshi-prev span, .dynamic_wrap .swiper-jiangshi-next span{
    color: #1a2984;
    display: block;
  }
  .dynamic_wrap .swiper-jiangshi-next{
    position: absolute;
    top: unset;
    bottom: 0px;
    right: 0px;
  }
  .swiper_banner{
    padding: 0px;
  }
  .swiper-container2{
    width: 100%;
  }
  .swiper-container2 .swiper-wrapper{
    height: 450px;
  }
  .swiper-container2 .swiper-wrapper .swiper-slide{
    height: 300px
  }
  .swiper-slide .dynamic_content .dynamic_title{
    font-size: 14px;
  }
  .swiper-slide .dynamic_content .dynamic_text{
    font-size: 12px;
  }
  .swiper-slide .dynamic_content .dynamic_text p{
    font-size: 12px !important;
    color: #999999 !important;
  }
  .swiper-slide .dynamic_content .dynamic_text span{
    font-size: 12px !important;
    color: #999999 !important;
  }
  .major_link{
    height: 220px;
  }
  .profile_wrap.w1400{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .profile_wrap .wrap_item.div35{
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .profile_wrap .wrap_item.div30{
    display: none;
  }
  .profile_wrap .wrap_item .wrap_top{
    border-bottom: unset;
  }
  .open_course .open_course_app .open_course_title{
    font-size: 20px;
    font-weight: bold;
    color: #EA782F;
  }
  .open_teacher.h5_app .open_teacher_app .open_teacher_title{
    font-size: 20px;
    font-weight: bold;
    color: #EA782F;
  }
  .process_title{
    display: none;
  }
  .process_background{
    display: none;
  }
  .open_course.w1400{
    width: 100%;
    padding-top: unset;
    padding: 0 10px;
  }
  .white_box{
    height:30px;
  }
  .open_course .open_banner{
    margin-right: unset;
  }
  .open_course .open_course_ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .open_course .open_course_ul .open_course_li {
    width: 48%;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 0 6px #696969;
    cursor: pointer;
    margin-right: unset;
    transition: box-shadow 0.2s;
  }
  .open_course .open_course_ul .open_course_li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .open_course .div35{
    display: none;
  }
  .open_teacher.w1400{
    display: none;
  }
  .contjiangshi .clearfix li{
    width: 48%;
  }

  .handset_hide{
    display: none;
  }
  .app_box{
    width: 100%;
    height:140px;
    display: block !important;
  }
  .swiper-container {
    width: 100%;
    height: 400px;
  }
  .swiper-container2 .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .pc{
    display: none;
  }
  .home-content .link_wrapper{
    display: none;
  }
  .profile_wrap.w1400{
    display: none;
  }
  .profile_wrap.h5_app{
    display: flex;
  }
  .open_teacher.h5_app{
    display: block;
  }
  .h5_app{
    display: block;
  }
  .profile_wrap.h5_app .wrap_item .wrap_title{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    color: #EA782F;
    font-family: PingFang SC;
    cursor: pointer
  }
  .open_teacher.h5_app{
    width: 100%;
    padding: 0 13px;
    box-sizing: border-box;
  }
  .swiper-container3{
    width: 100%;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    border-radius: 10px 10px 10px 10px;
  }
  .open_teacher_li{
    width: 100% !important;
    box-shadow: unset;
    padding: 10px;
    box-sizing: border-box;
  }
  .open_teacher_top{
    height: 150px;
    padding-top: unset;
    width: 65%;
  }
  .open_teacher_position{
    width: 44px;
    height: 4px;
    background: linear-gradient( 180deg, #F3A472 0%, #EA782F 100%);
    border-radius: 3px 3px 3px 3px;
    margin: 5px 0;
  }
  .open_teacher_desc{
    font-size: 12px;
    color: #000000 ;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6; /*行数*/
    overflow: hidden;
    text-indent: 10px;
  }
  .open_teacher_img {
    width:100px;
    height: 150px;
    max-height: 150px;
  }
  .swiper-container3 .swiper-wrapper .swiper-slide{
    margin: 10px 0;
  }
  .title_icon{
    width: 12px;
    height: 16px;
  }
  .nav_box{
    display: block;
    width: 100%;
  }
  .nav_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;

  }
  .nav_item{
    width: 25%;
    text-align: center;
    padding: 15px 0;
    box-sizing: border-box;
  }
  .nav_item a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
  }
  .nav_item .nav_img{
    width: 80px;
    height: 80px;
  }
  .nav_item .nav_img img{
    width: 100%;
    height: 100%;
    display: block;
  }
}
@media (max-width:1023px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
  .home-content .link_wrapper{
    width: 100%;
  }
  .home-content .link_item .icon{
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
  }
  
  .link_item .link_title {
    font-size: 12px;
    color: #fff;
    margin: 0;
    padding: 0;
  }
  .curricula_wrap,
  #roll_div1{
    width: 100%;
  }
  .dynamic_wrap.w1400{
    width: 100%;
    padding: 0 13px;
    box-sizing: border-box;
  }
  .dynamic_wrap.w1400 .wrap_item.div58{
    width: 100%;
  }
  .dynamic_wrap .wrap_top .wrap_title{
    display: flex;
    align-items: center;
    color: #EA782F;
  }
  .dynamic_wrap .wrap_item_right{
    display:none;
  }
  /* .dynamic_wrap .swiper-jiangshi-prev{
    position: absolute;
    top: unset;
    bottom: 0px;
    left: 0px;
  } */
  .dynamic_wrap .swiper-jiangshi-prev img, .dynamic_wrap .swiper-jiangshi-next img{
    width: 18px !important;
    height:20px !important;
  }
  .dynamic_wrap .swiper-jiangshi-prev span, .dynamic_wrap .swiper-jiangshi-next span{
    color: #1a2984;
    display: block;
  }
  .dynamic_wrap .swiper-jiangshi-next{

    right: 0px;
  }
  .swiper_banner{
    padding: 0px;
  }
  .swiper-container2{
    width: 100%;
  }
  .swiper-container2 .swiper-wrapper{
    height: 320px;
  }
  .swiper-container2 .swiper-wrapper .swiper-slide{
    height: 200px
  }
  .swiper-slide .dynamic_content .dynamic_title{
    font-size: 14px;
  }
  .swiper-slide .dynamic_content .dynamic_text{
    font-size: 12px;
  }
  .swiper-slide .dynamic_content .dynamic_text p{
    font-size: 12px !important;
    color: #999999 !important;
  }
  .swiper-slide .dynamic_content .dynamic_text span{
    font-size: 12px !important;
    color: #999999 !important;
  }
  .profile_wrap.w1400{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .profile_wrap .wrap_item.div35{
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .profile_wrap .wrap_item.div30{
    display: none;
  }
  .profile_wrap .wrap_item .wrap_top{
    border-bottom: unset;
  }
  .open_course .open_course_app .open_course_title{
    font-size: 20px;
    font-weight: bold;
    color: #EA782F;
  }
  .open_teacher.h5_app .open_teacher_app .open_teacher_title{
    font-size: 20px;
    font-weight: bold;
    color: #EA782F;
  }
  .process_title{
    display: none;
  }
  .process_background{
    display: none;
  }
  .open_course.w1400{
    width: 100%;
    padding-top: unset;
    padding: 0 10px;
  }
  .white_box{
    height:30px;
  }
  .open_course .open_banner{
    margin-right: unset;
  }
  .open_course .open_course_ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .open_course .open_course_ul .open_course_li {
    width: 48%;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 0 6px #696969;
    cursor: pointer;
    margin-right: unset;
    transition: box-shadow 0.2s;
  }
  .open_course .open_course_ul .open_course_li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .open_course .div35{
    display: none;
  }
  .open_teacher.w1400{
    display: none;
  }
  .contjiangshi .clearfix li{
    width: 48%;
  }

  .handset_hide{
    display: none;
  }
  .app_box{
    width: 100%;
    height:30px;
    display: block !important;
  }

  .hotspotIn_content .hotspotIn_ul{
    width: 100%;
  }
  .major_content .major_list{
    width: 48%;
  }
  .swiper-container {
    width: 100%;
    height: 250px !important;
  }

  .notice,
  .chapter {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }

  .notice {
    margin: 40px 0 100px;
  }

  .chapter .openingcourse .ysglun ul li {
    width: 48%;
    box-sizing: border-box;
    margin: 1%;
  }

  .iphone_notice {
    display: block;
  }

  .pc_notice {
    display: none;
  }

  .hotList,
  .contjiangshi .swiper-jiangshi-next {
    display: none;
  }

  .creditGuidance {
    margin: 0;
  }

  .swiper-container2 .swiper-wrapper .swiper-slide {
    width: 100%;
  }

  .chapter .openingcourse .openingcourse_app {
    margin: 0 0 20px;
  }

  .wrapper {
    margin: 20px 0;
  }

  .chapter .mstj {
    margin-top: 20px;
  }

  .ysglun ul li .title h5 a,
  .swiper-container2 .jiangshiName {
    font-size: 14px;
  }

  .ysglun ul li .title {
    width: 100%;
  }

  .jiangshiP {
    font-size: 14px;
  }

  .chapter .openingcourse .btop div h1 {
    font-size: 18px;
  }

  .major_link {
    height: 90px;
  }

  .ysglun ul li a img {
    width: 100%;
    height: 120px;
  }
  .pc{
    display: none;
  }
  .home-content .link_wrapper{
    display: none;
  }
  .profile_wrap.w1400{
    display: none;
  }
  .profile_wrap.h5_app{
    display: flex;
  }
  .open_teacher.h5_app{
    display: block;
  }
  .h5_app{
    display: block;
  }
  .profile_wrap.h5_app .wrap_item .wrap_title{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    color: #EA782F;
    font-family: PingFang SC;
    cursor: pointer
  }
  .open_teacher.h5_app{
    width: 100%;
    padding: 0 13px;
    box-sizing: border-box;
  }
  .swiper-container3{
    width: 100%;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    border-radius: 10px 10px 10px 10px;
  }
  .open_teacher_li{
    width: 100% !important;
    box-shadow: unset;
    padding: 10px;
    box-sizing: border-box;
  }
  .open_teacher_top{
    height: 150px;
    padding-top: unset;
    width: 65%;
  }
  .open_teacher_position{
    width: 44px;
    height: 4px;
    background: linear-gradient( 180deg, #F3A472 0%, #EA782F 100%);
    border-radius: 3px 3px 3px 3px;
    margin: 5px 0;
  }
  .open_teacher_desc{
    font-size: 12px;
    color: #000000 ;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6; /*行数*/
    overflow: hidden;
    text-indent: 10px;
  }
  .open_teacher_img {
    width:100px;
    height: 150px;
    max-height: 150px;
  }
  .swiper-container3 .swiper-wrapper .swiper-slide{
    margin: 10px 0;
  }
  .title_icon{
    width: 12px;
    height: 16px;
  }
  .nav_box{
    display: block;
    width: 100%;
  }
  .nav_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;

  }
  .nav_item{
    width: 25%;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
  }
  .nav_item a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .nav_item .nav_img{
    width: 50px;
    height: 50px;
  }
  .nav_item .nav_img img{
    width: 100%;
    height: 100%;
    display: block;
  }
}
