.home-content {
  min-height: calc(100vh - 550px);
}
a {
  color: #000;
}
.home-content .link_wrapper {
  display: flex;
  width: 1200px;
  margin: 36px auto;
}
.link_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  border-right: 1px solid rgb(245, 245, 245);
}
.link_item a {
  display: block;
  cursor: pointer;
}
.link_item a img {
  width: 45px;
  height: 50px;
  margin: 0 10px 0 0;
}
.link_item a span {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.link_item a span h3 {
  font-size: 20px;
  color: #333;
  margin: 0;
  padding: 0;
}
.link_item a span small {
  color: #888;
}
.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;
}

.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;
}

.notice .notice_zx {
  width: 30%;
}

.notice .notice_zx2 {
  width: 30%;
}

.notice .notice_zx .new_zx {
  /* height: 232px; */
}

.notice .notice_zx .new_zx .zx_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  cursor: pointer;
}

.notice .notice_zx .new_zx .zx_top span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1d5cb2;
  white-space: nowrap;
}

.notice .notice_zx .new_zx .zx_top a {
  display: block;
  width: 14px;
  height: 14px;
}

.notice .notice_zx .new_zx .zx_top a img {
  width: 14px;
  height: 14px;
}

.notice .notice_zx .new_zx .zx_txt {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #636363;
  margin-top: 3px;
  cursor: pointer;
}

.notice .notice_zx .new_zx .zx_txt p {
  position: relative;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice .notice_zx .new_zx .zx_txt p::before {
  position: absolute;
  top: 9px;
  left: 3px;
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #006c9a;
  margin-right: 20px;
  vertical-align: bottom;
}

.notice .notice_zx .new_zx .zx_txt span {
  min-width: 80px;
}

.notice .notice_zx .zsjz {
  /* margin-top: 2px; */
}

.notice .notice_zx .zsjz .zs_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  cursor: pointer;
}

.notice .notice_zx .zsjz .zs_top span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1d5cb2;
  white-space: nowrap;
}

.notice .notice_zx .zsjz .zs_top a {
  display: block;
  /* margin-left: 76%; */
  width: 14px;
  height: 14px;
}

.notice .notice_zx .zsjz .zs_top a img {
  width: 14px;
  height: 14px;
}

.notice .notice_zx .zsjz .zs_txt {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #636363;
  margin-top: 3px;
}

.notice .notice_zx .zsjz .zs_txt p {
  position: relative;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice .notice_zx .zsjz .zs_txt p::before {
  position: absolute;
  top: 9px;
  left: 3px;
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #006c9a;
  margin-right: 20px;
  vertical-align: bottom;
}

.notice .notice_zx .zsjz .zs_txt span {
  min-width: 80px;
}

.notice_lunbo {
  width: 33%;
}

.notice_lunbo .notice_lunbo_top {
  width: 100%;
  height: 223px;
  background: RGBA(245, 252, 255, 1);
  margin-bottom: 20px;
}

/* 通知公告轮播图 */
.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;
}

/* 轮播图 */
.swiper-container {
  width: 1200px;
  height: 400px;
}

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

/* .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 40px;
  left: 0;
  width: 70%;
} */

.notice_lunbo .notice_lunbo_but {
  width: 100%;
  /* height: 223px; */
}

.notice_lunbo .notice_lunbo_but .zsjz {
  /* margin-top: 2px; */
}

.notice_lunbo .notice_lunbo_but .zs_top {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.notice_lunbo .notice_lunbo_but .zs_top span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1d5cb2;
  white-space: nowrap;
}

.notice_lunbo .notice_lunbo_but .zs_top a {
  display: block;
  /* margin-left: 76%; */
  width: 14px;
  height: 14px;
}

.notice_lunbo .notice_lunbo_but .zs_top a img {
  width: 14px;
  height: 14px;
}

.notice_lunbo .notice_lunbo_but .zs_txt {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #636363;
  margin-top: 3px;
}

.notice_lunbo .notice_lunbo_but .zs_txt p {
  position: relative;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice_lunbo .notice_lunbo_but .zs_txt p::before {
  position: absolute;
  top: 9px;
  left: 3px;
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #006c9a;
  margin-right: 20px;
  vertical-align: bottom;
}
.notice_lunbo .notice_lunbo_but .zs_txt span {
  min-width: 80px;
}

/* 全屏轮播 */
.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;
  overflow: hidden;
  margin-bottom: 30px;
  transition: box-shadow 0.2s;
  position: relative;
}
.ysglun ul li:hover {
  box-shadow: 2px 4px 10px rgba(58, 69, 88, 0.3);
}
.ysglun ul li:hover img {
  transform: scale(1.35, 1.35);
}
.ysglun ul li:hover .imgitembox {
  opacity: 1;
}
.ysglun ul li:hover .imgitembox a {
  top: 50%;
}
.ysglun ul li:hover .lefttopimg {
  transform: scale(1);
}
.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:150px;
  position:relative
}
.ysglun ul li a img {
  width: 270px;
  height: 150px;
  transition: 0.8s;
}
.lefttopimg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.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.3s linear;
}
.imgitembox a {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  border-color: #fff;
  color: #fff;
  width: 120px;
  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;
}
.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-bottom: 1px solid #f5f5f5;
  font-size: 20px;
  font-family: KaiTi;
}
.dn {
  display: none;
}
.db {
  display: block;
}

/* 讲师 */
.swiper-container3 .swiper-wrapper .swiper-slide {
  margin-top: 60px;
  width: 277.5px;
  margin-right: 30px;
}
.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;
}
.swiper-container3 .jiangshiName {
  position: relative;
  top: 0;
  font-size: 16px;
  color: #333;
  margin-top: 80px;
  margin-bottom: 8px;
  font-weight: 700;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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-container3 {
  width: 1200px;
  position: relative;
  overflow: hidden;
}

.headimg {
  width: 4.6875vw;
  height: 4.6875vw;
  border-radius: 50%;
  margin: 0 auto 1.041vw;
  overflow: hidden;
}
.contjiangshi {
  position: relative;
}
.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;
}

/* 快速通道 */
.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%;
}

.curricula_title2 {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  font-size: 24px;
  margin: 0 auto 20px;
}

.more2 {
  font-size: 18px;
  cursor: pointer;
  font-weight: BOLD;
}

.major_content .major_list2 {
  width: 23%;
  margin: 1% 1%;
  border-radius: 2px;
  height: 120px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #A0B5D2;
  flex-direction: column;
  padding: 20px 0;
}

.major_content .major_list2:hover {
  background: #083c84;
}

.major_content .major_list2 .major_type2 {
  width: 100%;
  height: 46px;
  color: #Fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.major_content .major_list2 .major_name2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  font-weight: bold;
  color: #Fff;
}
.icon_size{
  width: 20px;
}


@media (max-width:1080px) {
  body{
    width: 100%;
    overflow-x: hidden;
  }
  .swiper-container  {
    width: 100%;
    height: 250px;
  }
  .home-content .link_wrapper{
    display: none;
  }

  .swiper-container3{
    width: 96%;
    margin: 0 auto;
  }
  .notice,.chapter{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  .notice{
    margin: 40px 0 100px;
  }
  .notice .notice_zx2,
  .notice_lunbo{
    width: 90%;
    margin: 10px auto;
  }
  .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-container3 .swiper-wrapper .swiper-slide{
    width: 50%;
  }
  .chapter .openingcourse .openingcourse_app{
    margin: 0 0 20px;
  }
  .wrapper{
    margin: 20px 0;
  }
  .chapter .mstj{
    margin-top: 20px;
  }
  .notice .notice_zx .zsjz .zs_top span{
    font-size: 16px;
  }
  .notice .notice_zx .zsjz .zs_txt p,
  .ysglun ul li .title h5 a,
  .swiper-container3 .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: 120px;
  }
  .ysglun ul li a img{
    width: 100%;
    height: 120px;
  }
}
